Users
Change your own password
Requires specifying old password and confirming new password
post/api/admin/user/change-password
Request body
Example request
{
"password": "k!5As3HquUrQ",
"oldPassword": "Oldk!5As3HquUrQ",
"confirmPassword": "k!5As3HquUrQ"
}Response
This response has no body.