{
"ids": [
"string"
]
}curl --location --request POST '/api/front/cart/calculate/price' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [
"string"
]
}'{
"code": 0,
"message": "",
"data": {
"proTotalPrice": 0.0,
"totalPrice": 0.0
}
}