curl -L \ --request POST \ --url 'https://beta.usemoon.ai//polymarket/{account}/cancelOrders' \ --header 'Authorization: text' \ --header 'Content-Type: application/json' \ --data '{ "chain_id": "text", "ordersHashes": [ "text" ] }'
{ "success": true, "message": "text", "data": { "success": true, "orderIDs": [ "text" ] } }