curl --location --request GET '/api/v1/live/channel/page?page&pageSize&kw&group'{
"code": 0,
"msg": "ok",
"data": {
"list": [
{
"id": "string",
"name": "string",
"api": "string",
"logo": "string",
"playback": "string",
"group": "string",
"createdAt": 0,
"updatedAt": 0
}
],
"total": 0,
"class": [
{
"id": "string",
"name": "string"
}
]
}
}