action httpbin_get_headers { label: "Return the incoming request's HTTP headers." provider: httpbin method: GET path: "/headers" encoding: json output: { type: "object" additionalProperties: true } }