auth-bearer: ********************curl --location --request POST '/report/dashboard/presenceAttendance' \
--header 'auth-bearer: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"filter": {
"professional": "string",
"clinic": "string",
"insurance": "string",
"dateTime": {
"from": "2019-08-24T14:15:22.123Z",
"to": "2019-08-24T14:15:22.123Z"
}
}
}'{
"data": {
"title": "string",
"labels": [
"string"
],
"datasets": [
{
"label": "string",
"borderColor": "string",
"backgroundColor": "string",
"data": [
0
],
"tension": 0,
"pointBorderWidth": 0
}
]
}
}