curl --request POST \
--url https://app.demand-iq.com/api/decks \
--header 'Content-Type: application/json' \
--cookie session= \
--data '
{
"name": "<string>",
"description": "<string>",
"type": "structured",
"deckContext": "<string>",
"voiceProvider": "elevenlabs"
}
'