curl --location 'https://your-api-server.com' \ --header 'Content-Type: application/json' \ --data '{ "event": "menu.created", "timestamp": "2026-01-15T10:30:00Z", "data": { "menu_id": 101, "location_id": 42 } }'