curl --location 'https://api.tvunetworks.com/mediahub/api/v2/route/destination/connect' \
--header 'SID: ' \
--header 'Content-Type: application/json' \
--data '{
"sourceObjectId": "src_a1b2c3d4e5f6",
"destinationObjectId": "dst_a1b2c3d4e5f6",
"appName": "live",
"enablePreview": false
}'{
"errorCode": "0x0",
"errorInfo": "success",
"result": {},
"async": true,
"errorBody": {}
}