async fn handle_tab_activate(
__arg0: State<AppState>,
__arg1: Json<TabActivateRequest>,
) -> impl IntoResponseExpand description
POST /api/v1/tab/activate — make tab_id the active tab in its
workspace. Routes through workspace.SetActiveTab.