Authorization: Bearer ********************{
"cart_id": 1234,
"total": 5490,
"items": [
{
"id": 2,
"name": "Наполеон 1 кг",
"product": "12_0",
"price": 1980,
"price_original": 2200,
"amount": 1,
"total": 1980
},
{
"id": 3,
"name": "Медовик 600 гр + Декор 7",
"product": "15_32",
"price": 2250,
"price_original": 2500,
"amount": 1,
"total": 2250
},
{
"id": 4,
"name": "Пирожное Картошка 90 гр",
"product": "46_0",
"price": 315,
"price_original": 350,
"amount": 4,
"total": 1260
}
]
}