Change Password

How to change the password of a logged user using the mobile provider

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

Last updated