export interface CardCreationDTOV2 { cardToken?: string; number?: string; month?: string; year?: string; cvc?: string; }