Authorization: Bearer ********************curl --location 'https://numueg.app/api/v1/stores//inventory/?filter=&page=&limit=' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": [
{
"id": "string",
"sku": "string",
"name": "string",
"quantity": 0,
"low_stock_threshold": 0,
"is_low_stock": true,
"is_out_of_stock": true,
"price": 0,
"inventory_value": 0,
"status": "string"
}
],
"message": "string"
}