Authorization: Bearer ********************curl --location --request GET 'localhost:8080/monitor/online' \
--header 'clientid: e5cd7e4891bf95d1d19206ce24a7b32e' \
--header 'Authorization: Bearer <token>'{
"total": 0,
"rows": [
{
"tokenId": "string",
"deptName": "string",
"userName": "string",
"clientKey": "string",
"deviceType": "string",
"ipaddr": "string",
"loginLocation": "string",
"browser": "string",
"os": "string",
"loginTime": 0
}
],
"code": 0,
"msg": "string"
}