Authorization: Bearer ********************curl --location --request GET '/desktop/products/stock-count' \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "Product stock count fetched successfully !",
"data": {
"totalQuantity": 142,
"lowStock": 6,
"noStock": 0
}
}