action roaring_get_company_economy_overview { label: "get_company_economy_overview" provider: roaring method: GET path: "/company-economy-overview" encoding: json input: { type: "object" properties: { companyId: { type: "string" } countryCode: { type: "string" } } required: ["companyId", "countryCode"] additionalProperties: false } output: { type: "object" additionalProperties: true } }