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