{"success":true,"message":"Location Based Backend API","version":"1.0.0","endpoints":{"health":"/api/health","auth":{"register":"POST /api/auth/register","login":"POST /api/auth/login","logout":"POST /api/auth/logout","profile":"GET /api/auth/profile","refresh":"POST /api/auth/refresh","adminAddUser":"POST /api/auth/admin/add-user (protected)"},"locations":{"getByOrg":"GET /api/locations/org/:org_id","getById":"GET /api/locations/:location_id"},"protected":"GET /api/protected"}}