curl --location 'https://api.tvunetworks.com/urcaller/api/v2/output/encodingProfile/pairs' \
--header 'SID: '{
"errorCode": "0x0",
"errorInfo": "success",
"result": [
{
"outputEncodingProfilePairId": "string",
"outputId": "string",
"profileId": "string",
"multiProfileId": "string",
"staticIp": "string",
"outputName": "string",
"profileName": "string"
}
],
"async": true,
"errorBody": {}
}