User Change Password

POST {{baseUrl}}/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"=>""}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

""