Reset Password
This section provides instructions on using /auth/reset-password endpoint to reset account password. Reset password API is to be called after the forgot password API is hit.
{
"token": "xxxxxxxxxxxxxxxx",
"newPassword": "abc@123"
}{
"message": "Password has been reset successfully.",
"status": "success"
}Last updated