{
"productId": "string",
"productAttValueId": "string"
}curl --location --request POST '/api/front/cart/deleteByProductId' \
--header 'Content-Type: application/json' \
--data-raw '{
"productId": "string",
"productAttValueId": "string"
}'{
"code": 0,
"msg": "",
"data": ""
}