{
"person": {
"first_name": "Jane",
"phone_number": "+61400000000"
},
"metadata": {
"tier": "premium"
}
}curl --location --request PATCH '/customers/v1/endusers/' \
--header 'Authorization: Bearer {{access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"person": {
"first_name": "Jane",
"phone_number": "+61400000000"
},
"metadata": {
"tier": "premium"
}
}'{
"id": "07777ee5-491f-46cd-bc66-0bb5c02fcb7e",
"person": {
"first_name": "Jane",
"last_name": "Smith",
"email": "jane@example.com",
"birthday": "1990-01-15",
"phone_number": "+61400000000"
},
"person_id": "b55d4ef2-7cc2-49c1-a718-f71d3ae9fef5",
"company": null,
"company_id": null,
"metadata": {
"tier": "premium"
},
"external_id": "ext-123"
}