{ "event": { "category": "children", "type": "kids_area_entered", "created_at": "2022-11-09T16:25:58.099512Z", "body": { "foo": "bar", "bar": 15 } } }
curl --location --request POST 'https://api.mpc.dev.placewise.com/v1/members//events' \ --header 'X-User-Agent;' \ --header 'X-Product-Name;' \ --header 'X-Loyalty-Club-Slug;' \ --header 'Authorization: Bearer ' \ --header 'Content-Type: application/json' \ --data-raw '{ "event": { "category": "children", "type": "kids_area_entered", "created_at": "2022-11-09T16:25:58.099512Z", "body": { "foo": "bar", "bar": 15 } } }'
{ "event": { "id": "550e8400-e29b-41d4-a716-446655440000 ", "category": "children", "type": "kids_area_entered", "created_at": "2022-11-09T16:25:58.099512Z", "body": { "foo": "bar", "bar": 15 } } }