action tokenjay_get_burning_transaction { label: "getBurningTransaction" provider: tokenjay method: GET path: "/mosaik/tokenburn/get/{uuid}" encoding: json input: { type: "object" properties: { uuid: { type: "string" } } required: ["uuid"] additionalProperties: false } output: { type: "object" additionalProperties: true } }