{
"type": "DEPOSIT",
"amount": 1,
"symbol": "ETHUSDTM",
"tradeType": "FUTURES",
"positionSide": "LONG"
}curl --location --request POST 'https://api.kucoin.com/api/ua/v1/unified/position/modify-margin' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "DEPOSIT",
"amount": 1,
"symbol": "ETHUSDTM",
"tradeType": "FUTURES",
"positionSide": "LONG"
}'{
"code": "200000",
"data": {
"ts": 1779367360372
}
}