Authorization: ********************
curl --location --request GET 'http://140.207.166.210:9030/gateway/torch/device/onlineCount' \
--header 'Authorization;'
{
"code": 0,
"message": "",
"data": {
"onlineCount": 0,
"offlineCount": 0
},
"type": 0
}