curl -X PATCH "https://api.orwel.io/api/v1/identities/ee0e8400-e29b-41d4-a716-446655440009" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"is_favorite": true}'
{ "data": { "id": "ee0e8400-e29b-41d4-a716-446655440009", "is_favorite": true } }
Update an existing visitor identity