- ✅ Receives a request of type GET in the route /api/surveys/{survey_id}/results
- ✅ Validates if the request was made by a user
- ✅ Returns 200 with poll result data
- ✅ Return 404 error if API does not exist
- ✅ Returns 403 error if not a user
- ✅ Returns 500 error if there is an error when trying to list the poll results