package dto type WebSiteGroupCreateReq struct { Name string } type WebSiteGroupUpdateReq struct { ID uint Name string }