- ✅ Receives a GET request on /api/surveys
- ✅ Validate if the request has been made by a user
- ✅ Returns 204 if there is no survey
- ✅ Returns 200 with survey data
- ✅ Returns a 404 error if the API doesn't exists
- ✅ Returns a 403 error if it is not an user
- ✅ Retruns a 500 error if an error occur when trying to list the surveys