curl --location --request GET 'https://192.168.88.32:9781/bvcsp/v1/user/status/admin' \
--header 'Authorization;' \
--header 'Content-Type: application/json'
{
"code": 0,
"msg": "string",
"data": {
"id": "string",
"status": 0,
"sessions": [
{
"appID": 0,
"addr": "string",
"protocol": "string",
"time": 0,
"deviceID": "string"
}
]
}
}