{
"symbol": "XBTUSDTM",
"positionSide": "LONG",
"withdrawAmount": 0.0000001
}curl --location --request POST 'https://api-futures.kucoin.com/api/v1/copy-trade/futures/position/margin/withdraw-margin' \
--header 'Content-Type: application/json' \
--data-raw '{
"symbol": "XBTUSDTM",
"positionSide": "LONG",
"withdrawAmount": 0.0000001
}'{
"code": "200000",
"data": "0.1"
}