{
"fromDate": "2025-01-01",
"toDate": "2025-01-31",
"itemid": 101,
"itemtype": "K",
"is_summerized": false,
"is_summerized_date": false,
"transactiontype": [],
"warehouse_id": 1,
"kitchen_id": 2,
"search_key": "rice",
"barcode": "1234567890123",
"branch_unique_code": "417221"
}curl --location '/multishop/stock_flow/get_stock_flow_details' \
--header 'Authorization: vimpapi' \
--header 'Content-Type: application/json' \
--data '{
"fromDate": "2025-01-01",
"toDate": "2025-01-31",
"itemid": 101,
"itemtype": "K",
"is_summerized": false,
"is_summerized_date": false,
"transactiontype": [],
"warehouse_id": 1,
"kitchen_id": 2,
"search_key": "rice",
"barcode": "1234567890123",
"branch_unique_code": "417221"
}'{}