{
  "ok": true,
  "service": "LIFACT SHARE API",
  "environment": "staging",
  "phase": "1L-2",
  "message": "LIFACT SHARE API is running.",
  "endpoints": [
    "GET /api/health",
    "GET /api/vehicles",
    "GET /api/vehicles/:vehicleId/status",
    "GET /api/vehicles/:vehicleId/operation-state",
    "GET /api/vehicles/:vehicleId/locations?limit=50",
    "GET /api/vehicles/:vehicleId/power?limit=50",
    "GET /api/vehicles/:vehicleId/events?limit=50",
    "GET /api/vehicles/:vehicleId/admin-control",
    "GET /api/vehicles/:vehicleId/admin-actions?limit=50",
    "GET /api/vehicles/:vehicleId/anomaly-status",
    "POST /api/dev/simulator/:vehicleId/state",
    "POST /api/admin/vehicles/:vehicleId/maintenance",
    "POST /api/admin/vehicles/:vehicleId/status-override",
    "POST /api/admin/vehicles/:vehicleId/clear-override",
    "POST /api/admin/vehicles/:vehicleId/anomalies/:code/acknowledge",
    "GET /api/availability?startAt=<UTC>&endAt=<UTC>",
    "POST /api/reservation-holds",
    "DELETE /api/reservation-holds/:holdId",
    "POST /api/reservation-holds/:holdId/confirm"
  ]
}