curl --location 'https://api.tvunetworks.com/urcaller/api/v2/outputs' \
--header 'SID: ' \
--header 'Content-Type: application/json' \
--data '{
"pageSize": 10,
"pageNum": 1,
"outputName": "string",
"liveOnly": true
}'{
"errorCode": "string",
"errorInfo": "string",
"result": {
"list": [
{
"outputName": "string",
"id": "string",
"type": "string",
"url": "string"
}
],
"pageNum": 0,
"pageSize": 0,
"total": 0,
"pages": 0
}
}