curl --request PUT \
--url https://app.demand-iq.com/api/slides/{slideId} \
--header 'Content-Type: application/json' \
--cookie session= \
--data '
{
"title": "<string>",
"bullets": [
"<string>"
],
"narrationScript": "<string>",
"slideContext": "<string>",
"audioUrl": "<string>",
"heroImg": "<string>",
"orderIndex": 123
}
'