User
Change own password
Change the current user's password and revoke all of their sessions.
post/users/passwd
Query parameters
cookie_namestring nullable
Request body
Example request
{
"old_password": "Old-P@ssw0rd!",
"new_password": "S3cure-P@ssw0rd!"
}Response
Successful Response