action slicebox_post_users { label: "post_users" description: "Creates a new user. Dupicates are accepted but not added." provider: slicebox method: POST path: "/users" encoding: json output: { type: "object" additionalProperties: true } }