Authorization: ********************
curl --location --request GET 'http://140.207.166.210:9030/gateway/torch/app/getTransmissionSettings?deviceId' \
--header 'Authorization;'
{
"code": 0,
"message": "",
"data": {
"deviceId": 0,
"settingList": [
{
"protocolType": 0,
"enable": 0,
"settings": ""
}
]
}
}