curl --location --request GET 'https://meikou-api.itheima.net/member/cart/count' \ --header 'Authorization: Bearer {{token}}'
{ "code": "1", "msg": "操作成功", "result": { "count": 0 } }