{
"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": "200000",
"data": {
"clientOrderId": "testingorderid123",
"orderId": "10798975"
}
}