{"success":true,"message":"Befree Food Catalog API","version":"1.0.0","environment":"development","endpoints":{"base":"http://localhost:3000","auth":{"login":"/api/auth/login","register":"/api/auth/register","logout":"/api/auth/logout","refresh":"/api/auth/refresh","forgotPassword":"/api/auth/forgot-password","resetPassword":"/api/auth/reset-password","verifyEmail":"/api/auth/verify-email"},"profile":{"get":"/api/profile","update":"/api/profile","delete":"/api/profile","upload":"/api/profile/upload","preferences":"/api/profile/preferences"},"search":{"food":"/api/search/food","nutrition":"/api/search/nutrition","history":"/api/search/history","analyze":"/api/search/analyze"},"health":{"check":"/health","status":"/api/health/status","metrics":"/api/health/metrics"}},"frontend":{"base":"http://localhost:3000","auth":"http://localhost:3000/auth","profile":"http://localhost:3000/profile","search":"http://localhost:3000/search"},"documentation":{"swagger":"http://localhost:3000/api-docs","postman":"http://localhost:3000/api-docs/postman"}}