UpdatePassword
UpdatePassword changes a user's password after verifying their current password
Returns an error if the current password is incorrect
The user must be authenticated to use this endpoint
UpdatePasswordRequest
Request
This endpoint expects an object.
current_password
Current password for the user account
Must match the user's existing password
new_password
New password for the user account
UpdatePasswordResponse
Response
This endpoint returns an object.