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