curl --location --request DELETE '/orders/by-client-id/ORD-2026-001' \ --header 'Content-Type: application/json' \ --data '{ "event": "order_cancelled" }'
{}