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