pub async fn create_project(
client: &ApiClient,
request: ProjectCreateRequest,
) -> Result<Project, ApiError>Expand description
Create a project using the provided payload.
ยงErrors
Returns an error if the API request fails, if deserialization fails, or if the response is invalid.