/** * @example * { * tokenId: "token_id" * } */ export interface BankVerificationRequest { tokenId: string; countryCode?: string; routingNumber?: string; }