Sample Webhook Payload
{
"event": "order.kitchen.ready",
"timestamp": "2026-09-17T12:45:00Z",
"data": {
"orderId": "ord_101",
"orderNumber": "ORD-101",
"publicToken": "trk-demo-9921",
"station": "CURRY",
"videoClipUrl": "https://cdn.momslunch.com/clips/vses-101.mp4",
"hygieneScore": 0.994
}
}