action httpbin_get_image { label: "Returns a simple image of the type suggest by the Accept header." provider: httpbin method: GET path: "/image" encoding: json output: { type: "object" additionalProperties: true } }