async fn handle_tab_new(
__arg0: State<AppState>,
__arg1: Json<TabNewRequest>,
) -> impl IntoResponseExpand description
POST /api/v1/tab/new — create (and activate) a new tab in the caller’s
workspace (or an explicit workspace_id). Routes through
workspace.CreateTab.