Authorization: ********************
{
"enable": true,
"sn": "string",
"platformType": 0,
"channel": 0,
"ip": "string",
"port": 0,
"productId": "string",
"deviceId": "string",
"AuthenticationCode": "string",
"keepalive": 0,
"qos": 0,
"interval": 1
}
curl --location --request POST 'http://140.207.166.210:9030/gateway/torch/api/remote/net/mqttCmd' \
--header 'Content-Type: application/json' \
--header 'Authorization;' \
--data-raw '{
"enable": true,
"sn": "string",
"platformType": 0,
"channel": 0,
"ip": "string",
"port": 0,
"productId": "string",
"deviceId": "string",
"AuthenticationCode": "string",
"keepalive": 0,
"qos": 0,
"interval": 1
}'
{
"code": 0,
"data": "",
"message": ""
}