curl --location 'https://api.tvunetworks.com/urcaller/api/v2/destinations' \
--header 'SID: ' \
--header 'Content-Type: application/json' \
--data '{
"pageSize": 10,
"pageNum": 1,
"outputName": "string",
"liveOnly": true
}'{
"errorCode": "string",
"errorInfo": "string",
"result": {
"list": [
{
"type": "SRT",
"outputName": "string",
"url": "srt://demo-zzhforrum.tvustream.com:47087?mode=caller&latency=120000",
"objectId": "string"
}
],
"pageNum": 0,
"pageSize": 0,
"total": 0,
"pages": 0
}
}