curl --location '/$$/live/capacity' \
--header 'x-auth-token: {{token}}'{
"code": 0,
"message": "",
"data": [
{
"sn": "",
"name": "",
"camerasList": [
{
"id": "",
"deviceSn": "",
"name": "",
"index": "",
"type": "",
"subUrl": "",
"videosList": [
{
"id": "",
"index": "",
"type": "",
"switchVideoTypes": [
""
]
}
]
}
]
}
]
}