post https://{url}/users/update
This endpoint allows you to update user information.
- URL:
POST - {{url}}/users/update
- Body:
email- The email of the user.
id- The ID of the user.
profile- The profile information of the user.
userId- The ID of the user.
- Success: The user information is returned.
