action clicksend_list_of_packages { label: "List of Packages" description: "" provider: clicksend method: GET path: "/recharge/packages?country={country}" encoding: json input: { type: "object" properties: { country: { type: "string" } } required: ["country"] additionalProperties: false } output: { type: "object" additionalProperties: true } }