Authorization: Bearer ********************
curl --location --request GET '/api/front/cart/list?isValid&limit&page' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}'
{
"code": 0,
"data": {
"limit": 0,
"list": [
{
"attrId": 0,
"attrStatus": true,
"cartNum": 0,
"id": 0,
"image": "string",
"price": 0,
"productAttrUnique": "string",
"productId": 0,
"stock": 0,
"storeName": "string",
"suk": "string",
"vipPrice": 0
}
],
"page": 0,
"total": 0,
"totalPage": 0
},
"message": "string"
}