Update the profile details of the authenticated member. This endpoint allows updating personal information such as phone number, gender, and biography.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Your client API key from the dashboard (Settings page).
Member details to update
Member's phone number in international format (e.g., +1234567890).
"+1234567890"
Member's gender. Common values include 'male', 'female', 'other'.
male, female, other "male"
Member's biography or personal description.
"Member's biography here"