- ✅ Receive a GET request on route /api/surveys
- ✅ Validates if the request was made by a user
- ✅ Returns 204 if you have no survey
- ✅ Returns 200 with survey data
- ✅ Returns error 404 if the API does not exist
- ✅ Returns error 403 if not a user
- ✅ Returns error 500 if there is an error when trying to list the surveys