action testfire_trasnfer { label: "trasnfer" description: "Transfer money between two accounts" provider: testfire method: POST path: "/transfer" encoding: json input: { type: "object" properties: { Authorization: { type: "string" } } required: ["Authorization"] additionalProperties: false } output: { type: "object" additionalProperties: true } }