pub async fn grant_space_access( __arg0: State<Arc<AppState>>, agent: Option<Extension<AuthenticatedAgent>>, __arg2: Path<String>, __arg3: Json<Value>, ) -> Result<impl IntoResponse, ApiError>