action tokenjay_ergo_pay_create_babel_box_1 { label: "ergoPayCreateBabelBox_1" provider: tokenjay method: GET path: "/cancelbabel/{boxId}" encoding: json input: { type: "object" properties: { boxId: { type: "string" } } required: ["boxId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }