patch https://api.flextract.dev/api/p/person/me/
Updates or creates person information associated with the authenticated phone number. This endpoint uses Phone OTP Tokens
Fields that can be updated:
preferred_name: Required, non-empty stringemail_address: Optional, valid email format or null
Response includes all Person fields:
id: The id of the person recordpreferred_name: The preferred nameemail_address: The email address (can be null)phone_number: The phone number associated with this personrole: The person's role (defaults to 'OTHER')allows_email: Whether email communication is allowed
