{"success":true,"message":"Location Server API","version":"1.0.0","endpoints":{"health":"/api/health","auth":{"register":"POST /api/auth/register","login":"POST /api/auth/login","me":"GET /api/auth/me"},"locations":{"list":"GET /api/locations","get":"GET /api/locations/:id","create":"POST /api/locations","update":"PUT /api/locations/:id","delete":"DELETE /api/locations/:id"},"events":{"list":"GET /api/events","listByLocation":"GET /api/events/location/:locationId","get":"GET /api/events/:id","create":"POST /api/events","update":"PUT /api/events/:id","delete":"DELETE /api/events/:id"},"groups":{"list":"GET /api/groups","get":"GET /api/groups/:id","members":"GET /api/groups/:id/members","create":"POST /api/groups","update":"PUT /api/groups/:id","delete":"DELETE /api/groups/:id","join":"POST /api/groups/:id/join","leave":"POST /api/groups/:id/leave","manageMember":"POST /api/groups/:id/members"},"posts":{"list":"GET /api/posts","get":"GET /api/posts/:id","create":"POST /api/posts","update":"PUT /api/posts/:id","delete":"DELETE /api/posts/:id"},"categories":{"list":"GET /api/categories","tree":"GET /api/categories/tree","get":"GET /api/categories/:id","ancestors":"GET /api/categories/:id/ancestors","create":"POST /api/categories","update":"PUT /api/categories/:id","delete":"DELETE /api/categories/:id"},"products":{"list":"GET /api/products","get":"GET /api/products/:id","create":"POST /api/products","update":"PUT /api/products/:id","delete":"DELETE /api/products/:id"}}}