auth-bearer: ********************curl --location --request POST '/report/receiptAttendance/' \
--header 'auth-bearer: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"dateStart": "2019-08-24",
"dateEnd": "2019-08-24",
"clinic": "string"
}'{
"success": true,
"message": "string",
"type": "string",
"response": "string"
}