package dto type BatchIDRequest struct { UserID *int64 `json:"user_id"` IDs []int64 `json:"ids" binding:"required"` }