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