curl --request POST \
--url https://app.demandiq.com/api/narration/qa-audio \
--header 'Content-Type: application/json' \
--data '
{
"deckId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"promptType": "resume",
"text": "<string>",
"voiceId": "<string>"
}
'