Authorization: Bearer ********************curl --location 'https://mma.tvunetworks.com/api/resource/v2/exportaudio' \
--header 'tagvalue: ' \
--header 'SID: ' \
--header 'SID: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"startTime": 0,
"duration": 0,
"sourceObjectId": "string",
"fileName": "string",
"sampleRate": 0,
"fileStartTimecode": 0,
"fileEndTimecode": 0,
"reTranscribe": {
"switch": true,
"groupId": "string",
"language": "string"
}
}'{
"errorCode": 0,
"errorMessage": "string",
"status": 0,
"timeWait": 0,
"audioPath": "string"
}