action httpbin_post_post { label: "The request's POST parameters." provider: httpbin method: POST path: "/post" encoding: json output: { type: "object" additionalProperties: true } }