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