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