{
"ids": [
"300254017",
"300283140"
]
}
curl --location --request DELETE '/member/cart' \
--header 'Authorization: {{ERABBIT_ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [
"300254017",
"300283140"
]
}'
{
"code": "1",
"msg": "操作成功",
"result": false
}