Change password current user
POST {{baseUrl}}/api/user/change-password
Change the password for the current user account. This function is only available through a JWT token.
Request Body
{"currentPassword"=>"<string>", "newPassword"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"success":"\u003cboolean\u003e","error":"\u003cstring\u003e"}