curl --location --request GET 'https://api.simpra.app/v2/daily_totals?business_date_since&business_date_until' \
--header 'Simpra-Access-Token: <api-key>' \
--header 'Content-Type: application\json'{
"business_date": "2019-08-24",
"total_sales": "string",
"total_tax": "string",
"total_discount": "string"
}