curl --request POST \
--url https://api-testnet.context.markets/v2/orders/bulk \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"operations": [
{
"type": "<string>",
"cancel": {
"trader": "<string>",
"nonce": "<string>",
"signature": "<string>"
}
}
]
}
'