Authorization: Bearer ********************curl --location 'https://numueg.app/api/v1/stores//shipments/cod/summary?date_from=&date_to=' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"total_shipments": 0,
"total_expected": 0,
"total_collected": 0,
"total_pending": 0,
"collected_count": 0,
"delivered_not_collected": 0
},
"message": "string"
}