export interface ConsultTokenResponseModel { cardNumber: string; holder: string; expirationDate: string; }