curl --location 'https://api.tvunetworks.com/mediahub/api/v2/sourceObject' \
--header 'SID: ' \
--header 'Content-Type: application/json' \
--data '{
"sourceName": "string",
"url": "string",
"sourceType": "string",
"region": "us-east-1",
"boxPoolId": "string"
}'{
"errorCode": "0x0",
"errorInfo": "success",
"async": true,
"result": {
"objectId": "string",
"objectName": "string",
"tangibleId": "string",
"tangibleInfo": "string",
"objectType": 0,
"url": "string"
}
}