Change Password

Change the current user's password.

post /me/change-password
Accept: application/json
Content-Type: application/json
Authorization: Bearer {{(verb-var token)}}

{
    "new_password": "NewSecureP@ss123"
}

Emacs 29.3 (Org mode 9.6.15)