Update Profile

How to update a user profile

POST https://mburger.cloud/api/profile/update

curl https://mburger.cloud/api/profile/update
-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

Parameters list is in the Register parameters table.

Last updated