const CreditCard = new mongoose.Schema(
    {
        maskedNumber: String,
        cardType: String,
        cardholderName: String,