curl --location --request DELETE '/orders/' \ --header 'Content-Type: application/json' \ --data '{ "event": "order_deleted" }'
{}