action clicksend_get_country_pricing { label: "Get Country Pricing" description: "" provider: clicksend method: GET path: "/pricing/{country}?currency={currency}" encoding: json input: { type: "object" properties: { country: { type: "string" } currency: { type: "string" } } required: ["country", "currency"] additionalProperties: false } output: { type: "object" additionalProperties: true } }