async fn handle_window_focus(
__arg0: State<AppState>,
__arg1: Json<WindowFocusRequest>,
) -> impl IntoResponseExpand description
POST /api/v1/window/focus — bring a window to the foreground. Defaults to
the caller’s own window. Routes through client.FocusWindow.