auth-bearer: ********************curl --location --request POST '/report/dashboard/returnsCount' \
--header 'auth-bearer: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"filter": {
"professional": "string",
"clinic": "string",
"insurance": "string",
"dateTime": {
"from": "2019-08-24",
"to": "2019-08-24"
},
"event": "string",
"specialty": "string",
"isTelemedicine": true
}
}'