Authorization: ********************
curl --location --request GET 'http://140.207.166.210:9030/gateway/torch/device/status?sn' \
--header 'Authorization;'
{
"code": 0,
"data": {
"sn": "",
"latitude": 0.0,
"longitude": 0.0,
"height": 0.0,
"loginTime": "",
"offlineTime": "",
"voltage": 0.0,
"battery": 0.0,
"solutionState": 0,
"headingState": 0,
"starNum": 0,
"onlineStatus": 0,
"heading": 0.0,
"coordinate": "",
"speed": 0.0,
"mobileSignalStrength": 0,
"unixTime": ""
},
"message": ""
}