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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;success&quot;:&quot;\u003cboolean\u003e&quot;,&quot;error&quot;:&quot;\u003cstring\u003e&quot;}