{
"item_id": 20,
"from_date": "2025-01-01",
"to_date": "2027-01-31",
"itemtype": "S",
"branch_unique_code": "417221"
}curl --location '/multishop/stock_flow/get_itemwise_sale_purchase_report' \
--header 'Authorization: vimpapi' \
--header 'Content-Type: application/json' \
--data '{
"item_id": 20,
"from_date": "2025-01-01",
"to_date": "2027-01-31",
"itemtype": "S",
"branch_unique_code": "417221"
}'{}