Authorization: ********************
{
"enable": true,
"sn": "string",
"workMode": 0,
"protocol": 0,
"consumption": 0,
"dataType": 0,
"radioFrequency": 410,
"speed": 0,
"dataset": {
"key": 0
}
}
curl --location --request POST 'http://140.207.166.210:9030/gateway/torch/api/remote/net/radioCmd' \
--header 'Content-Type: application/json' \
--header 'Authorization;' \
--data-raw '{
"enable": true,
"sn": "string",
"workMode": 0,
"protocol": 0,
"consumption": 0,
"dataType": 0,
"radioFrequency": 410,
"speed": 0,
"dataset": {
"key": 0
}
}'
{
"code": 0,
"data": "",
"message": ""
}