Updating a user.
To update an existing user, send a PUT request specifying the fields you want to update. Any fields not included in the request will not be updated.
https://api.appery.io/rest/1/db/users/<users_id>
You need to specify the X-Appery-Session-Token for authentication, as well as the user ID in the URL.
curl -X PUT
-H "X-Appery-Database-Id: 544a5cdfe4b03d005b6233b9"
-H "X-Appery-Session-Token: c6771e2f-44ae-42ea-9946-5fa320578233"
-d "{"email":"[email protected]"}"
https://api.appery.io/rest/1/db/users/54539efee4b05c4ac3b9737f