pub async fn execute_via_http(
client: &HttpClient,
spec: &HttpActionSpec,
params: &HashMap<String, Value>,
) -> Result<ActResult>Expand description
Execute an action via HTTP POST/GET.
Builds the request from the spec, substituting parameter values into
body field templates (e.g., {variant_id} → actual value from params).