package dto
type ResendVerificationRequest struct {
Email string `json:"email" binding:"required,email" validate:"required,email"`
}