package common type CarUpdateRequest struct { CarUpdateID int64 `json:"car_update_id" validate:"required,min=0"` }