package api type IdRequest struct { Ids []int `json:"ids"` }