type Req struct {
UserID int `json:"user_id"`
OrderID string `json:"order_id"`
Amount int `json:"amount"` // money amount ProductID int `json:"product_id"`
ProductCount int `json:"product_count"` // how many product to order CouponID int `json:"coupon_id"` // optional}