pub async fn projects_create(
configuration: &Configuration,
projects_create_request: ProjectsCreateRequest,
) -> Result<Project, Error<ProjectsCreateError>>Expand description
Create a new project (requires organization-scoped API key)
pub async fn projects_create(
configuration: &Configuration,
projects_create_request: ProjectsCreateRequest,
) -> Result<Project, Error<ProjectsCreateError>>Create a new project (requires organization-scoped API key)