action sms77_pricing { label: "Pricing" provider: sms77 method: GET path: "/pricing" encoding: json input: { type: "object" properties: { country: { type: "string" } format: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }