curl --location --request POST '/lookupPrices' \
--header 'Content-Type: application/json' \
--data-raw '{
"customer": "string",
"store": "string",
"items": [
{
"article": "string",
"quantity": 0,
"quantityUnit": "string"
}
]
}'{
"items": [
{
"article": "string",
"price": 0,
"taxAmount": 0
}
]
}