Change Password
POST https://mburger.cloud/api/change-password
curl https://mburger.cloud/api/change-password
-X POST
-H "Accept: application/json"
-H "Content-Type: application/x-www-form-urlencoded"
-H "X-MBurger-Token: <token>"
-H "X-MBurger-Version: 3"
-H "Authorization: Bearer <JWT>"
-d '<data>'
Parameters
Name
Type
Required
Description
old_password
string
Yes
The old password
new_password
string
Yes
The new password
string
Yes
The user email
Last updated
Was this helpful?