curl --location --request GET 'https://backend-feedback-io.onrender.com/suggestions/1'
{
"data": {
"id": 0,
"title": "string",
"content": "string",
"votes": 0,
"comments": null,
"category": "string",
"status": "string",
"user_id": 0,
"created_at": "string",
"updated_at": "string"
},
"success": true
}