Authorization: Bearer ********************
curl --location --request GET 'http://petfen-order.local.com:8083/api/v1/order/statistic' \
--header 'X-Auth-Service: Bearer ' \
--header 'Authorization: Bearer <token>'
[
{
"added_at": "2025-10-10 09:00:00",
"cart_id": "aadsdsad",
"options": {
"discount_price": 80000,
"flash_sale": false,
"image": "",
"name": "aaaaa",
"quantity": 1,
"shop_avatar": "",
"shop_id": 1,
"shop_name": "Cua hang thu cung",
"slug": "aaaaa",
"variant_id": 2,
"variant_name": "Hat cho meo con",
"variant_value_id": 13
},
"product_id": 1,
"quantity": 1,
"subtotal": 90000
}
]