Authorization: ********************
curl --location --request GET 'http://140.207.166.210:9030/gateway/torch/remote/getModelSwitchSettings?sn' \
--header 'Authorization;'
{
"code": 0,
"data": [
{
"frequency": "",
"model": 0,
"location": {
"lat": 0.0,
"lon": 0.0,
"alt": 0.0
}
}
],
"message": ""
}