curl --location --request GET 'https://api2.hik-cloud.com/api/v1/ezviz/live/list' \
--header 'Authorization: Bearer '{
"code": 200,
"message": "操作成功",
"data": {
"liveStudioId": "123456",
"title": "测试直播间",
"repeatDays": "1,1,1,1,1,1,1",
"viewUrl": "http://tv.swlive.cn/live/abcde/123456",
"startState": 1,
"timeList": [
{
"beginTime": "09:30",
"endTime": "22:30"
}
]
}
}