[
{
"lineId": "string",
"productId": "string",
"productVariantId": "string",
"quantity": 0
}
]
curl --location --request POST 'https://platform.shopranos.eu/api/Pricing/calculate/anonymous' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"lineId": "string",
"productId": "string",
"productVariantId": "string",
"quantity": 0
}
]'
{}