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