action reverb_get_my_account { label: "Get account details" description: "Get account details" provider: reverb method: GET path: "/my/account" encoding: json output: { type: "object" additionalProperties: true } }