action roaring_post_company_economy_overview { label: "post_company_economy_overview" provider: roaring method: POST path: "/company-economy-overview" encoding: json input: { type: "object" properties: { countryCode: { type: "string" } } required: ["countryCode"] additionalProperties: false } output: { type: "object" additionalProperties: true } }