curl --location --request GET 'http://127.0.0.1:8888/cart/info?userID=4'
{ "cart": { "uid": 123456789, "items": [ { "productid": 1, "quantity": 2 }, { "productid": 2, "quantity": 1 } ] }, "base": { "code": 0, "msg": "" } }