{
"shopid": null,
"tokenid": null,
"username": null,
"branches_dbnames": null,
"from_date": null,
"to_date": null,
"based_on_daystatus": null,
"report_type": null
}
curl --location --request POST '/ClientApp/MIS/sales/get_report_foodcost' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"shopid": null,
"tokenid": null,
"username": null,
"branches_dbnames": null,
"from_date": null,
"to_date": null,
"based_on_daystatus": null,
"report_type": null
}'
{}