pub async fn create_project(
    configuration: &Configuration,
    create_project_body: Option<&CreateProjectBody>
) -> Result<Project, Error<CreateProjectError>>
Expand description

Creates a new project.