action randommer_get_api_finance_iban_country_code { label: "Get IBAN by countryCode" provider: randommer method: GET path: "/api/Finance/Iban/{countryCode}" encoding: json input: { type: "object" properties: { "X-Api-Key": { type: "string" } countryCode: { type: "string" } } required: ["countryCode"] additionalProperties: false } output: { type: "object" additionalProperties: true } }