Authorization: Bearer ********************curl --location --request POST '/feedbacks' \
--header 'Authorization: Bearer <token>' \
--form 'message="This is what I know about the feedback system of things"'{
"success": true,
"message": "feedback saved successfully",
"data": {
"userId": "6444f8ab40560b1b9f77ec3a",
"message": "theres is an issues",
"images": [
"https://res.cloudinary.com/dwfnoynkp/image/upload/v1690997425/ucdizbvvgpiorbsxyvfo.png",
"https://res.cloudinary.com/dwfnoynkp/image/upload/v1690997424/gx0nchrezkcxkpfjsbmu.png"
],
"_id": "64ca92b18e3f697c3bccb001",
"createdAt": "2023-08-02T17:30:25.452Z",
"updatedAt": "2023-08-02T17:30:25.452Z",
"__v": 0
}
}