pub async fn two_factor_authenticator_post(
configuration: &Configuration,
update_two_factor_authenticator_request_model: Option<UpdateTwoFactorAuthenticatorRequestModel>,
) -> Result<TwoFactorAuthenticatorResponseModel, Error<TwoFactorAuthenticatorPostError>>