auth-bearer: ********************curl --location --request POST '/report/exportable' \
--header 'auth-bearer: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"filter": {
"professional": "string",
"clinic": "string",
"dateTime": {
"from": "2019-08-24",
"to": "2019-08-24"
}
},
"returnAttendances": true,
"page": 0
}'