{"message":"Aqua Delight API is running!","endpoints":{"users":{"register":"POST /api/auth/register","login":"POST /api/auth/login","profile":"GET /api/auth/profile (Protected)","updateProfile":"PUT /api/auth/profile (Protected)"},"admins":{"register":"POST /api/admin/register","login":"POST /api/admin/login","profile":"GET /api/admin/profile (Protected)","updateProfile":"PUT /api/admin/profile (Protected)","dashboard":"GET /api/admin/dashboard (Protected & Verified)"}}}