Change password
Password change service.
Allows to change the password for the currently authenticated user.
User has to provide:
* `old_password` (String required)
* `new_password` (String required)
<Note>
The client application should invalidate the authentication token.
</Note>
Authentication
AuthorizationBearer
An auth_token should be provided to authenticate a session.
To obtain an auth_token, see the /api/v1/authenticate POST request.
Request
This endpoint expects an object.
old_password
new_password
Response
The server has successfully fulfilled the request and that there is no additional content to send in the response payload body