pub async fn api_keys_create_api_key(
configuration: &Configuration,
api_keys_create_api_key_request: Option<ApiKeysCreateApiKeyRequest>,
) -> Result<ApiKeyData, Error<ApiKeysCreateApiKeyError>>Expand description
Create a new API Key
pub async fn api_keys_create_api_key(
configuration: &Configuration,
api_keys_create_api_key_request: Option<ApiKeysCreateApiKeyRequest>,
) -> Result<ApiKeyData, Error<ApiKeysCreateApiKeyError>>Create a new API Key