package models type ListDeleteUTMIDsReq struct { /* - список айдишников utm которые удалить*/ Utms []int `json:"utms"` }