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