pub async fn account_tree(
__arg0: State<Arc<AppState>>,
__arg1: Extension<JWTAuthMiddleware>,
) -> Result<Json<Vec<AccountTreeNode>>, (StatusCode, Json<Value>)>pub async fn account_tree(
__arg0: State<Arc<AppState>>,
__arg1: Extension<JWTAuthMiddleware>,
) -> Result<Json<Vec<AccountTreeNode>>, (StatusCode, Json<Value>)>