package request type GetProductNotesReq struct { ProductName string `json:"product_name" form:"product_name" binding:"required"` }