Authorization: ********************
{
"enable": true,
"sn": "string",
"host": "string",
"port": 0,
"frequency": 0
}
curl --location --request POST 'http://140.207.166.210:9030/gateway/torch/api/remote/net/naviCloudCmd' \
--header 'Content-Type: application/json' \
--header 'Authorization;' \
--data-raw '{
"enable": true,
"sn": "string",
"host": "string",
"port": 0,
"frequency": 0
}'
{
"code": 0,
"data": "",
"message": ""
}