{
"from_date": "2026-02-13",
"to_date": "2026-02-13",
"branch_unique_code": "417221",
"bill_type": "ALL", // "ALL" "RESTAURANT","ERP"
"invoice_type": "ALL", // "ALL" "B2C", "B2B"
"customer" : ""
}curl --location '/multishop/reports/billwise_report/billwise_report' \
--header 'Authorization: vimpapi' \
--header 'Content-Type: application/json' \
--data '{
"from_date": "2026-02-13",
"to_date": "2026-02-13",
"branch_unique_code": "417221",
"bill_type": "ALL", // "ALL" "RESTAURANT","ERP"
"invoice_type": "ALL", // "ALL" "B2C", "B2B"
"customer" : ""
}'{}