Authorization: Bearer ********************curl --location 'https://numueg.app/api/v1/stores//abandoned-checkouts/summary?date_from=&date_to=' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"open_count": 0,
"open_value_cents": 0,
"recovered_count": 0,
"recovered_value_cents": 0,
"reminders_sent": 0,
"payback_pct": 0,
"currency": "string"
},
"message": "string"
}