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