package request type Assign struct { MemberId int `json:"member_id"` Type string `json:"type"` Ids []int `json:"ids"` }