Change Password
This section provides instructions on using /auth/change-password endpoint to recover your account. This API is used to change password of the account.
{
"oldPassword": "Old@1234",
"newPassword": "New@123"
}{
"message": "successfully updated password.",
"status": "success"
}Last updated