action httpbin_get_anything { label: "Returns anything passed in request data." provider: httpbin method: GET path: "/anything" encoding: json output: { type: "object" additionalProperties: true } }