curl -X DELETE "https://api.polyhush.com/api/v1/trading/orders" \ -H "X-API-Key: your-api-key"
{ "message": "Cancelled 3 orders", "cancelled": 3, "total": 3, "total_refund": 150.00, "errors": [] }