{
"fromDate": "2025-01-01",
"toDate": "2025-01-31",
"itemid": 101,
"warehouse_id": 1,
"subcategory_id": 10,
"category_id": 3,
"is_summerized": false,
"search_key": "oil",
"barcode": "1234567890123",
"itemtype": "S",
"branch_unique_code": "417221"
}curl --location '/multishop/stock_flow/get_stock_flow_closing_stock' \
--header 'Authorization: vimpapi' \
--header 'Content-Type: application/json' \
--data '{
"fromDate": "2025-01-01",
"toDate": "2025-01-31",
"itemid": 101,
"warehouse_id": 1,
"subcategory_id": 10,
"category_id": 3,
"is_summerized": false,
"search_key": "oil",
"barcode": "1234567890123",
"itemtype": "S",
"branch_unique_code": "417221"
}'{}