action testfire_get_account { label: "getAccount" description: "Returns a list of all the accounts owned by the user" provider: testfire method: GET path: "/account" encoding: json input: { type: "object" properties: { Authorization: { type: "string" } } required: ["Authorization"] additionalProperties: false } output: { type: "object" additionalProperties: true } }