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
| Key | Datatype | Required | Description |
|---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
""