curl --location --request GET 'https://platform.shopranos.eu/api/internal/orders/customer//history?startDate'{
"customerId": "string",
"totalOrders": 0,
"totalUniqueProducts": 0,
"startDate": "2019-08-24T14:15:22.123Z",
"endDate": "2019-08-24T14:15:22.123Z",
"orders": [
{
"orderId": "string",
"code": "string",
"storeId": "string",
"orderDate": "2019-08-24T14:15:22.123Z",
"totalAmount": 0,
"lines": [
{
"productId": "string",
"productVariantId": "string",
"title": "string",
"sku": "string",
"quantity": 0,
"unitPrice": 0,
"lineValue": 0,
"measurementUnitId": "string"
}
]
}
]
}