pub async fn create_project_api_key(
configuration: &Configuration,
project: &str,
create_project_api_key_request: Option<CreateProjectApiKeyRequest>,
) -> Result<ProjectApiKey, Error<CreateProjectApiKeyError>>Expand description
Create an API key for a project.