NOTE: User must be logged to access this API
URL : v3/api/password/change
Method: POST
Query Parameters :
Parameter | Type | Required/Optional | Description |
old_password | Array | Required | Enter the old password |
new_password | Array | Required | Enter New Password |
confirm_password | Array | Required | Confirm the new password |
RESPONSE:
{
“success”: true,
“message”: “Password updated successfully”
}