Feedback: GET
Retrieves a specified feedback post.
Request
To retrieve a feedback post:
/api/feedback/:feedbackID
Requires bearer authentication.
Response
Should return 200 status code and a JSON object on the body.
body: {
title: 'feedback title',
content: 'example feedback content',
userID: 09468e4604i7634569rc9049ls33,
time: '2019-11-19T21:26:00.802Z',
rating: 5,
lotID: 02690e7804e3634569rc9049ls75
_id: 34k34j540y89o098f7d654s325
}