{"success":true,"message":"Welcome to FloriCare API","version":"1.0.0","endpoints":{"auth":{"register":"POST /api/health/register","login":"POST /api/health/login","dashboard":"GET /api/health/dashboard (protected)"},"flowerVarieties":{"getAll":"GET /api/health/flower-varieties","getById":"GET /api/health/flower-varieties/:id"},"flowerCalendar":{"create":"POST /api/health/flower-calendar (protected)","getAll":"GET /api/health/flower-calendar","getById":"GET /api/health/flower-calendar/:id","update":"PUT /api/health/flower-calendar/:id (protected)","delete":"DELETE /api/health/flower-calendar/:id (protected)"},"courses":{"create":"POST /api/health/courses (protected)","getAll":"GET /api/health/courses","getByCode":"GET /api/health/courses/:id","update":"PUT /api/health/courses/:id (protected)","delete":"DELETE /api/health/courses/:id (protected)"},"atAGlance":{"create":"POST /api/health/ataglance","getAll":"GET /api/health/ataglance","getById":"GET /api/health/ataglance/:id","update":"PUT /api/health/ataglance/:id","delete":"DELETE /api/health/ataglance/:id"},"cropImprovement":{"create":"POST /api/health/crop-improvement","getAll":"GET /api/health/crop-improvement","getById":"GET /api/health/crop-improvement/:id","update":"PUT /api/health/crop-improvement/:id","delete":"DELETE /api/health/crop-improvement/:id"},"propagationTechnologies":{"create":"POST /api/health/propagation-technologies","getAll":"GET /api/health/propagation-technologies","getById":"GET /api/health/propagation-technologies/:id","update":"PUT /api/health/propagation-technologies/:id","delete":"DELETE /api/health/propagation-technologies/:id"},"cropManagement":{"create":"POST /api/health/crop-management","getAll":"GET /api/health/crop-management","getById":"GET /api/health/crop-management/:id","update":"PUT /api/health/crop-management/:id","delete":"DELETE /api/health/crop-management/:id"},"faqs":{"create":"POST /api/health/faqs (protected)","getAll":"GET /api/health/faqs","getById":"GET /api/health/faqs/:id","update":"PUT /api/health/faqs/:id (protected)","delete":"DELETE /api/health/faqs/:id (protected)"},"farmersuccessstories":{"create":"POST /api/health/farmersuccessstories","getAll":"GET /api/health/farmersuccessstories","getById":"GET /api/health/farmersuccessstories/:id","update":"PUT /api/health/farmersuccessstories/:id","delete":"DELETE /api/health/farmersuccessstories/:id"},"teamscientist":{"create":"POST /api/health/teamscientist","getAll":"GET /api/health/teamscientist","getById":"GET /api/health/teamscientist/:id","update":"PUT /api/health/teamscientist/:id","delete":"DELETE /api/health/teamscientist/:id"},"courseRegistration":{"register":"GET /api/health/courseregistrations","login":"POST /api/health/courseregistrations/login","getAll":"GET /api/health/courseregistrations (protected)","getById":"GET /api/health/courseregistrations/:id (protected)","update":"PUT /api/health/courseregistrations/:id (protected)"},"health":"GET /api/health/status"}}