pub async fn reset_password(
    configuration: &Configuration,
    user_password_reset: UserPasswordReset
) -> Result<Value, Error<ResetPasswordError>>
Expand description

Sends the user an email with a confirmation code so they can reset their password