{
"clientOrderId": "string",
"quoteId": "string",
"accountType": "BOTH"
}curl --location --request POST 'https://api.kucoin.com/api/v1/convert/order' \
--header 'Content-Type: application/json' \
--data-raw '{
"clientOrderId": "string",
"quoteId": "string",
"accountType": "BOTH"
}'{
"code": "82",
"data": {
"orderId": "12093847091234",
"clientOrderId": "ajdfn213084h923yg49283"
}
}