curl --location --request POST 'https://api2.hik-cloud.com/v1/customization/liveStudio/actions/getLiveStudios' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"channelIds": [
"string"
]
}'
{
"code": 200,
"message": "操作成功",
"data": [
{
"channelId": "xxxxxxx",
"viewUrl": "https://xxxxxxx"
},
{
"channelId": "xxxxxxx",
"viewUrl": "https://xxxxxxx"
}
]
}