curl --location '/api/v1/live/iptv/page?kw=undefined&pageNum=undefined&pageSize=undefined'{
"code": 0,
"msg": "ok",
"data": {
"list": [
{
"id": "string",
"key": "string",
"name": "string",
"api": "string",
"type": 1,
"epg": "string",
"logo": "string",
"headers": {
"property1": "string",
"property2": "string"
},
"isActive": true,
"createdAt": 0,
"updatedAt": 0
}
],
"total": 0,
"default": "string"
}
}