Authorization: ********************
{
"enable": true,
"sn": "string",
"channel": 0,
"mode": 0,
"ip": "string",
"port": 0,
"dataType": 0,
"speed": 0,
"dataset": {
"key": 0
}
}
curl --location --request POST 'http://140.207.166.210:9030/gateway/torch/api/remote/net/tcpCmd' \
--header 'Content-Type: application/json' \
--header 'Authorization;' \
--data-raw '{
"enable": true,
"sn": "string",
"channel": 0,
"mode": 0,
"ip": "string",
"port": 0,
"dataType": 0,
"speed": 0,
"dataset": {
"key": 0
}
}'
{
"code": 0,
"data": "",
"message": ""
}