curl --location --request GET 'https://api2.hik-cloud.com/api/v1/open/access/groupconfig/get' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceSerial": "123456789",
"groupNo": 1
}'
{
"code": 200,
"message": "操作成功",
"data": {
"enable": true,
"validPeriodCfg": {
"enable": true,
"beginTime": "2021-01-14T00:00:00+00:00",
"endTime": "2021-01-14T23:59:59+00:00"
},
"groupName": "测试群组1"
}
}