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