curl --location --request PUT 'https://backend-feedback-io.onrender.com/suggestions/' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "Add Dark Mode Support",
"content": "We need a dark mode option for better accessibility and reduced eye strain during night-time usage.",
"category_id": 1,
"status_id": 2
}'
{}