Authorization: Bearer ********************curl --location 'https://numueg.app/api/v1/stores//shipments/stats' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"total": 0,
"by_status": {},
"cod_total": 0,
"cod_collected": 0,
"cod_pending": 0
},
"message": "string"
}