pub async fn projects_create(
configuration: &Configuration,
organization_id: Uuid,
project_create_request_model: Option<ProjectCreateRequestModel>,
) -> Result<ProjectResponseModel, Error<ProjectsCreateError>>
pub async fn projects_create(
configuration: &Configuration,
organization_id: Uuid,
project_create_request_model: Option<ProjectCreateRequestModel>,
) -> Result<ProjectResponseModel, Error<ProjectsCreateError>>