curl --location --request PUT 'https://api.tvunetworks.com/urcaller/api/v2/output/encodingProfile/pair' \
--header 'SID: ' \
--header 'Content-Type: application/json' \
--data '[
{
"outputEncodingProfilePairId": "string",
"outputId": "string",
"profileId": "string",
"multiProfileId": "string",
"staticIp": "string"
}
]'{
"errorCode": "0x0",
"errorInfo": "success",
"result": {},
"async": true,
"errorBody": {}
}