curl --location 'https://api.tvunetworks.com/search/v2/media/updateSlugRecord' \
--header 'SID: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"slugId": "string",
"slug": "string",
"title": "string",
"report": "string",
"startTime": 0,
"endTime": 0,
"recordingType": 0,
"mmaRecordingParameters": {
"livePreview": 0,
"gridDistribution": 0,
"recording": 0,
"speechTranscription": 0,
"faceDetection": 0,
"transcriberInfo": "string",
"sourceResolution": 0
},
"rrsRecordingParameters": {
"templateId": "string",
"recording": 0,
"transcriber": 0,
"vision": 0,
"transcriberParameter": "string",
"rrsCustomParameter": "string"
}
}'