action cpy_get_accounts { label: "List accounts" provider: cpy method: GET path: "/api/v1/accounts" encoding: json output: { type: "array" items: { type: "object" } } }