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