Password change endpoint. Currently returns 501 because Keycloak 12+ removed the /account/credentials/password REST endpoint. A browser-based flow via kc_action=UPDATE_PASSWORD will be implemented in a future PR.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Not authenticated