curl --location --request DELETE 'https://testnet.trade.vessel.finance/api/v1/order?symbol=&orderId=' \ --header 'VESSEL-API-KEY;' \ --header 'VESSEL-PASSPHRASE;' \ --header 'VESSEL-SIGNATURE;' \ --header 'VESSEL-TIMESTAMP;'
{ "symbol": "WBTCUSDT", "orderId": "1728555634983152", "transactTime": "1728623789364", "price": "64516.18", "origQty": "0.0001", "executedQty": "0", "status": "CANCELED", "timeInForce": "GTC", "type": "LIMIT", "side": "SELL" }