action httpbin_get_gzip { label: "Returns GZip-encoded data." provider: httpbin method: GET path: "/gzip" encoding: json output: { type: "object" additionalProperties: true } }