{
"lastPurchasedAtUtc": "2019-08-24T14:15:22.123Z",
"lastPurchasedPrice": 0,
"lastPurchasedQuantity": 0
}curl --location --request PATCH 'https://platform.shopranos.eu/api/customer-product-mixes/' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"lastPurchasedAtUtc": "2019-08-24T14:15:22.123Z",
"lastPurchasedPrice": 0,
"lastPurchasedQuantity": 0
}'