{
"selected": true,
"count": "string"
}curl --location --request PUT 'https://meikou-api.itheima.net/member/cart/' \
--header 'Authorization: Bearer {{ token }}' \
--header 'Content-Type: application/json' \
--data '{
"selected": true,
"count": "string"
}'{
"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": null,
"isEffective": true,
"discount": null,
"isCollect": true,
"postFee": 0
}
}