curl --location --request GET 'https://platform.shopranos.eu/api/cart/user'
{
"companyId": "string",
"customerId": "string",
"token": "string",
"lastUpdateDate": "2019-08-24T14:15:22Z",
"offerId": "string",
"items": [
{
"lineId": "string",
"product": {
"id": "string",
"variant": {
"id": "string"
}
},
"quantity": 0,
"notes": "string"
}
]
}