- ✅ Receive a GET request on route /api/surveys
- ✅ Validate if the request was executed by an user
- ✅ Return 204 if there are no surveys
- ✅ Return 200 with the survey data
- ✅ Return error 404 if the API doesn't exist
- ✅ Return error 403 if the request doesn't come from an user
- ✅ Return error 500 if there is an error while listing the surveys