{
"ids": [
0
]
}curl --location --request POST '/v2/alibaba/cart/remove' \
--header 'access-key: your-access-key' \
--header 'timestamp: your-timestamp' \
--header 'user-id: your-user-id' \
--header 'signature: your-signature' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [
0
]
}'{
"requestId": "",
"code": 0,
"developId": 0,
"msg": "",
"data": false
}