Log
Events
0 events
Send a Test Event
curl -X POST http://localhost:8080/ingest/my-service \
-H "X-Event-Type: order.created" \
-H "Idempotency-Key: evt_$(date +%s)" \
-H "Content-Type: application/json" \
-d '{"order_id": "ord_123", "amount": 4999}'