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