{
"productId": "1234",
"investCurrency": "USDT",
"investAmount": "10",
"accountType": "TRADE"
}curl --location --request POST 'https://api.kucoin.com/api/v1/struct-earn/orders' \
--header 'Content-Type: application/json' \
--data-raw '{
"productId": "1234",
"investCurrency": "USDT",
"investAmount": "10",
"accountType": "TRADE"
}'{
"code": "200000",
"data": {
"orderId": "2767291"
}
}