curl --location --request GET 'https://platform.shopranos.eu/api/customer-product-mixes/enriched?Page&PageSize&OrderBy&Filter'{
"paginationDTO": {
"totalCount": 0,
"pageSize": 0,
"pageNumber": 0,
"numberOfPages": 0
},
"items": [
{
"id": "string",
"productId": "string",
"productVariantId": "string",
"storeId": "string",
"lastPurchasedAtUtc": "2019-08-24T14:15:22.123Z",
"lastPurchasedPrice": 0,
"lastPurchasedQuantity": 0,
"addedManuallyBy": "string",
"addedManuallyAtUtc": "2019-08-24T14:15:22.123Z",
"product": {
"title": "string",
"sku": "string",
"imageUrl": "string"
}
}
]
}