{"message":"Worker & Service Management API Server","version":"2.1.0","architecture":"Worker-Centric Registration & Admin Management","endpoints":{"users":{"register":"POST /api/users/register","login":"POST /api/users/login","profile":"GET /api/users/profile","updateProfile":"PUT /api/users/profile","logout":"POST /api/users/logout"},"taxonomy":{"categories":"GET /api/taxonomy/categories","subcategories":"GET /api/taxonomy/subcategories?categoryId=xxx","services":"GET /api/taxonomy/services?subcategoryId=xxx","allServices":"GET /api/taxonomy/services/all","search":"GET /api/taxonomy/search?q=keyword","hierarchy":"GET /api/taxonomy/hierarchy","byId":"GET /api/taxonomy/:taxonomyId"},"services":{"getAll":"GET /api/services","getFilters":"GET /api/services/:serviceId/filters","detectIntent":"POST /api/detect-service-intent","suggestions":"GET /api/services/suggestions?q=query","commonFilters":"GET /api/common-filters"},"workers":{"register":"POST /api/workers/register","login":"POST /api/workers/login","get":"GET /api/workers/:workerId","update":"PUT /api/workers/:workerId","addReview":"POST /api/workers/:workerId/review","admin":{"getAll":"GET /api/workers/admin/all","approve":"PUT /api/workers/admin/approve/:workerId","reject":"PUT /api/workers/admin/reject/:workerId"}},"inquiries":{"create":"POST /api/inquiries","getAll":"GET /api/inquiries","getById":"GET /api/inquiries/:inquiryId","getByworker":"GET /api/inquiries/worker/:workerId","updateStatus":"PATCH /api/inquiries/:inquiryId/status","delete":"DELETE /api/inquiries/:inquiryId","stats":"GET /api/inquiries/stats"},"locations":{"searchCities":"GET /api/locations/cities/search?q=Mumbai","nearbyCities":"GET /api/locations/cities/nearby?lat=19.0760&lon=72.8777&radius=50000","cityById":"GET /api/locations/cities/:cityId","cityAreas":"GET /api/locations/cities/:cityId/areas","searchAreas":"GET /api/locations/areas/search?cityId=xxx&q=Bandra","nearbyAreas":"GET /api/locations/areas/nearby?lat=19.0596&lon=72.8295&radius=25000","stats":"GET /api/locations/stats"}}}