package dto type AuthDto struct { Email string `json:"email"` Password string `json:"password"` }