Allow authenticated users to change their password. Requires current password verification for security. Use case: User is logged in and wants to change their password. This endpoint is rate-limited to 5 requests per 15 minutes.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.