curl --location --request GET 'https://api2.hik-cloud.com/v1/customization/areas/list' \
--header 'Authorization: Bearer '
{
"code": "200",
"message": "操作成功",
"data": {
"pageNo": 1,
"pageSize": 10,
"total": 1,
"totalPage": 1,
"hasNextPage": false,
"hasPreviousPage": false,
"isfirstPage": true,
"islastPage": true,
"rows": [
{
"areaId": "00b02d70a1ef4a0fb9d14b7ba2fd186b",
"areaName": "海康云眸1",
"parentId": "",
"path": "/海康云眸1/",
"areaPath": "/00b02d70a1ef4a0fb9d14b7ba2fd186b/",
"insertTime": "2020-04-28T15:00:00+08:00",
"updateTime": "2020-04-28T15:00:00+08:00"
}
]
}
}