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