User Change Password

POST {{host}}/user/change-password

This API is used to update the user password. The user must be authenticated and must remember the current password to update.

Request Body

{"username"=>"", "old_password"=>"", "new_password"=>""}