User
Change user password
Change the user's password
post/auth/change-password
Request body
Example request
{
"oldPassword": "password",
"newPassword": "password"
}Response
Password changed successfully
Example response
{
"status": "ok",
"message": "Password changed successfully"
}Changes
Changed in 1 of the 32 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○