package requests // ItemMap - map of items type ItemMap struct { ID string `json:"id"` DataFields []string `json:"dataFields"` }