{
"ids":[373]
}
curl --location --request POST '/v2/taobao/cart/remove' \
--header 'access-key;' \
--header 'timestamp;' \
--header 'user-id;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids":[373]
}'
{
"requestId": "52f24fbf07b742a3a31aae08cd29418b",
"code": 200,
"developId": "1110890638347337996",
"msg": "成功",
"data": true
}