curl --request PUT \
--url https://app.demand-iq.com/api/faqs/{faqId} \
--header 'Content-Type: application/json' \
--cookie session= \
--data '
{
"userQuestion": "<string>",
"cannedAnswer": "<string>",
"relatedSlideId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'