curl --location --request DELETE 'https://api.kucoin.com/api/v1/convert/limit/order/cancel' \ --header 'Content-Type: application/json' \ --data-raw '{ "clientOrderId": "683ff823e66ccd0007ed881b" }'
{ "code": "200000", "data": null }