curl --location --request GET 'https://api2.hik-cloud.com/api/v1/ezviz/live/actions/update' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"liveStudioId":"123456",
"title":"测试修改直播间",
"repeatDays":[
"1",
"1",
"1",
"1",
"1",
"1",
"1"
],
"timeList":[
{
"beginTime":"08:30",
"endTime":"22:30"
}
]
}'
{
"code": 200,
"message": "操作成功"
}