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