{"success":true,"message":"Welcome to Phytopedia API","version":"2.0.0","security":{"headers":"Government-grade security headers enabled","rateLimit":"API rate limiting active","encryption":"TLS 1.2+ required"},"documentation":"/api/docs","endpoints":{"health":"/api/health","auth":{"login":"POST /api/auth/login","register":"POST /api/auth/register","profile":"GET /api/auth/profile","changePassword":"POST /api/auth/change-password"},"articles":{"list":"GET /api/articles","get":"GET /api/articles/:id","create":"POST /api/articles","update":"PUT /api/articles/:id","delete":"DELETE /api/articles/:id"},"categories":{"list":"GET /api/categories","get":"GET /api/categories/:id","create":"POST /api/categories","update":"PUT /api/categories/:id","delete":"DELETE /api/categories/:id"}}}