Authorization: Bearer ********************curl --location 'https://numueg.app/api/v1/stores//inventory/stats' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"total_products": 0,
"low_stock_count": 0,
"out_of_stock_count": 0,
"total_inventory_value": 0,
"currency": "string"
},
"message": "string"
}