curl --request POST \
--url https://app.enzo.health/api/v1/notes/{voiceNoteId}/audio \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"storageId": "<string>",
"isProcessed": true,
"patientId": "<string>",
"appointmentId": "<string>",
"templateType": [
"transcript"
],
"isDemo": true,
"language": "en"
}
'