curl --location '/api/v1/moment/related'{
"code": 0,
"msg": "ok",
"data": {
"parse": [
{
"id": "string",
"key": "string",
"name": "string",
"api": "string",
"type": 1,
"flag": [
"string"
],
"headers": {
"property1": "string",
"property2": "string"
},
"script": "string",
"isActive": true,
"createdAt": 0,
"updatedAt": 0
}
],
"live": [
{
"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
}
],
"film": [
{
"id": "string",
"key": "string",
"name": "string",
"api": "string",
"playUrl": "string",
"search": true,
"group": "string",
"type": 0,
"ext": "string",
"categories": "string",
"isActive": true,
"createdAt": 0,
"updatedAt": 0
}
]
}
}