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