Overview
Changes the password for the currently authenticated user. The current password must be provided and correct for the update to succeed.Endpoint
Requires authentication. Requests are made with a Bearer token via the
Authorization header.Request
Body parameters
The user’s existing password. Must match the password currently set on the account.
The new password to set on the account.
Response
A confirmation message indicating the password was changed successfully.
Example
TypeScript
