pub async fn handle(
__arg0: State<Arc<AppState>>,
__arg1: Json<InsightsRequest>,
) -> impl IntoResponseExpand description
POST /api/insights — Unified insights for any target.
Returns the insights markdown as JSON { "markdown": "..." } along
with structured metadata about the detected target type.