Authorization: ********************
"string"
curl --location --request POST 'http://140.207.166.210:9030/gateway/torch/api/device/status' \
--header 'acceptKey: 900ce0bdd231a4a4e17baa3a8e2bbdad' \
--header 'appId: 1715826489922' \
--header 'Content-Type: application/json' \
--header 'Authorization;' \
--data-raw '"string"'
{
"code": 0,
"data": {
"onlineStatus": 0,
"firmwareVersion": "",
"mobileSignalStrength": 0,
"voltage": 0.0,
"starNum": 0,
"solutionState": 0,
"offlineTime": "",
"latitude": 0.0,
"longitude": 0.0,
"height": 0.0
},
"message": ""
}