pub async fn projects_slash_create_card(
configuration: &Configuration,
column_id: i32,
projects_create_card_request: ProjectsCreateCardRequest,
) -> Result<ProjectCard, Error<ProjectsSlashCreateCardError>>
pub async fn projects_slash_create_card(
configuration: &Configuration,
column_id: i32,
projects_create_card_request: ProjectsCreateCardRequest,
) -> Result<ProjectCard, Error<ProjectsSlashCreateCardError>>