action clicksend_get_reseller_account { label: "Get Reseller Account" description: "Get a specific reseller account." provider: clicksend method: GET path: "/reseller/accounts/{client_user_id}" encoding: json input: { type: "object" properties: { client_user_id: { type: "number" } } required: ["client_user_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }