curl --location --request POST 'https://api.shorterloop.com/api/feedback-items' \
--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[]=@""'
{
"success": true,
"data": {
"status": "active",
"id": 819,
"title": "Customer Feedback Integration Tool",
"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>",
"cover_photo_url": "1346/999/17355/screenshot-2024-06-29-at-21049aam-oexmtynah7mxlpxv-3gkj.png,1346/999/17355/screenshot-2024-06-29-at-85552apm-kvy4y73o2gc6q7ovhlmjw.png",
"type": "idea",
"category_id": "1611",
"slug": "customer-feedback-integration-tool-2oZ6y",
"user_id": 17355,
"external_key": "IDEA-21",
"subscription_id": 1346,
"product_id": 1116,
"updated_at": "2024-07-11T10:53:47.877Z",
"created_at": "2024-07-11T10:53:47.877Z"
}
}