curl --request POST \
--url https://api.lootexplus.com/v1/project-wallet/orders/cancel \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"chainId": 1868,
"orderHashes": [
"0xaabdbab8b4485b784e00d80943964da179a92257248e665b0f035d4daabe85f8"
]
}
'