curl --location 'https://meikou-api.itheima.net/member/cart' \
--header 'Authorization: Bearer '{
"code": "string",
"msg": "string",
"result": [
{
"id": "string",
"skuId": "string",
"name": "string",
"attrsText": "string",
"specs": [
"string"
],
"picture": "string",
"price": "string",
"nowPrice": "string",
"nowOriginalPrice": "string",
"selected": true,
"stock": 0,
"count": 0,
"isEffective": true,
"discount": null,
"isCollect": true,
"postFee": 0
}
]
}