pub async fn dispatch_openapi_call(
registry: &OpenApiRegistry,
client: &Client,
label: &str,
operation_id: &str,
params: Value,
) -> Result<Value, OpenApiError>pub async fn dispatch_openapi_call(
registry: &OpenApiRegistry,
client: &Client,
label: &str,
operation_id: &str,
params: Value,
) -> Result<Value, OpenApiError>