curl --location --request PUT 'https://api.tvunetworks.com/mediahub/api/v2/project' \
--header 'SID: ' \
--header 'Content-Type: application/json' \
--data '{
"projectName": "project1",
"region": "us-east-1",
"tags": "tag1,tag2",
"description": "test",
"boxId": "string",
"outputEncodingProfilePairIds": [],
"colorCorrection": null,
"backupSourceObjectId": "string",
"enableInSync": null,
"id": "string",
"objectId": "string"
}'{
"errorCode": "0x0",
"errorInfo": "success",
"async": true,
"result": {
"id": "string",
"userId": "string",
"projectName": "string",
"description": "string",
"objectId": "string",
"projectId": "string",
"backupSourceObjectId": "string",
"region": "string",
"tags": "string",
"outputEncodingPairs": [
{
"outputName": "string",
"profileName": "string",
"outputEncodingProfilePairId": "string",
"outputId": "string",
"outputType": "string",
"profileId": "string",
"destinationId": "string",
"status": 2
}
],
"previewId": "string",
"activeOutput": [
{
"destinationId": "string",
"outputId": "string",
"outputName": "string",
"url": "string"
}
],
"activeSourceObj": {
"sourceObjectId": "string",
"sourceObjectName": "string",
"sourceUrl": "string"
},
"enableInSync": 0,
"colorCorrection": 0
}
}