pub async fn reset_user_password(
configuration: &Configuration,
user_id: &str,
first_time_reset: &str,
) -> Result<ResetUserPassword200Response, Error<ResetUserPasswordError>>
pub async fn reset_user_password(
configuration: &Configuration,
user_id: &str,
first_time_reset: &str,
) -> Result<ResetUserPassword200Response, Error<ResetUserPasswordError>>