pub async fn two_factor_disable_post(
configuration: &Configuration,
two_factor_provider_request_model: Option<TwoFactorProviderRequestModel>,
) -> Result<TwoFactorProviderResponseModel, Error<TwoFactorDisablePostError>>
pub async fn two_factor_disable_post(
configuration: &Configuration,
two_factor_provider_request_model: Option<TwoFactorProviderRequestModel>,
) -> Result<TwoFactorProviderResponseModel, Error<TwoFactorDisablePostError>>