action httpbin_get_encoding_utf8 { label: "Returns a UTF-8 encoded body." provider: httpbin method: GET path: "/encoding/utf8" encoding: json output: { type: "object" additionalProperties: true } }