{
"dev_group": [
"string"
],
"dev_class": [
0
],
"user_group": [
"string"
],
"offline_duration": 0
}curl --location --request POST 'https://192.168.88.32:9781/bvcsp/v1/history/offline/statistics' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"dev_group": [
"string"
],
"dev_class": [
0
],
"user_group": [
"string"
],
"offline_duration": 0
}'{
"code": 0,
"msg": "string",
"data": [
{
"type": "dev_id",
"id": "string",
"name": "string",
"last_online_time": 0
}
]
}