auth-bearer: ********************curl --location --request GET '/medicalrecord/medicalAttendPdfs/' \
--header 'auth-bearer: <api-key>'{
"message": "string",
"attendance": [
{
"_id": "string",
"attendedAt": "2019-08-24T14:15:22.123Z",
"medicalAttendPdfs": [
{
"name": "string",
"url": "string"
}
]
}
]
}