curl --location --request PATCH 'https://api.shorterloop.com/api/feedback-items/IDEA-21?externalKey=IDEA-21' \
--header 'Authorization;' \
--header 'initiativeId;' \
--form 'title="Customer Feedback Integration Tool"' \
--form 'long_description="<ul><li>Develop a tool that integrates customer feedback from multiple channels (social media, support tickets, surveys, reviews) into a single dashboard. This tool would use AI to categorize and prioritize feedback, making it easier for product managers to identify key issues and areas for improvement.</li></ul><p> </p>"' \
--form 'type="idea"' \
--form 'tags="Product management,idea"' \
--form 'category_id="1611"' \
--form 'feedbackItemPhoto[]=@""' \
--form 'work_item_external_id=""' \
--form 'work_item_internal_id=""'
{
"success": false,
"data": {},
"message": "Record updated by external key IDEA-21"
}