Account Security
1. Change Password
{
"Email": "[email protected]",
"OldPassword": "Batman@123",
"NewPassword": "TheBatman@123"
}
Response:
{
"status": 1,
"message": "Password has been changed"
}
2. Forget Password
Response:
Last updated