Update the authenticated user’s profile information.
Updatable Fields:
name: User’s display namephone: Contact phone numberlocale: Preferred language (“en” or “tr”)All fields are optional - only provided fields will be updated. The email address cannot be changed through this endpoint as it’s used for authentication.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.