curl --request POST \
--url https://whitebit.com/api/v4/order/oco-cancel \
--header 'Content-Type: application/json' \
--header 'X-TXC-APIKEY: <api-key>' \
--data '
{
"market": "<string>",
"orderId": 123,
"request": "<string>",
"nonce": "<string>"
}
'