Authorization: Bearer ********************curl --location --request GET 'https://api.tvunetworks.com/api/resource/v2/estimate-video-size' \
--header 'SID: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"highResolutionMediaFilePath": "string",
"startTime": 0,
"duration": 0,
"fileName": "string",
"userAccount": "string"
}'{
"errorCode": 0,
"errorMsg": "string",
"videoSize": 0
}