pub async fn projects_slash_move_card(
configuration: &Configuration,
card_id: i32,
projects_move_card_request: ProjectsMoveCardRequest,
) -> Result<Value, Error<ProjectsSlashMoveCardError>>
pub async fn projects_slash_move_card(
configuration: &Configuration,
card_id: i32,
projects_move_card_request: ProjectsMoveCardRequest,
) -> Result<Value, Error<ProjectsSlashMoveCardError>>