pub async fn link_user_to_thread( __arg0: Extension<CurrentUser>, __arg1: State<AppState>, __arg2: Path<Uuid>, __arg3: Json<Thread>, ) -> Json<Value>