- ✅ Receives a request of type GET in the route /api/surveys
- ✅ Validates if the request was made by a user
- ✅ Returns 204 if there is no poll
- ✅ Returns 200 with poll 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 polls