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