pub async fn accounts_rotate_api_key_post(
    configuration: &Configuration,
    secret_verification_request_model: Option<SecretVerificationRequestModel>
) -> Result<ApiKeyResponseModel, Error<AccountsRotateApiKeyPostError>>