Managing customer profiles in Lime Journey
{ "external_id": "customer123", "properties": { "plan_type": "basic", "team_size": 5, "signup_date": "2024-01-15" } }
await client.createEntity({ externalId: 'customer123', properties: { plan_type: 'basic', team_size: 5 } });