cURL
curl --request PATCH \ --url 'http://{{baseurl}}/users/password' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "current": "01234567890", "new": "01234567890" } '
Only Administrtors can access this route
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The body is of type object.
object
Successful response