action apidapp_post_transaction { label: "post_transaction" description: "Create a new transaction. Transfer Ether between accounts" provider: apidapp method: POST path: "/transaction" encoding: json output: { type: "object" } }