package http type ProductPriceRequest struct { ProductId int `json:"product_id"` } type ProductPriceResponse struct { Price float64 `json:"price"` }