auth-bearer: ********************curl --location --request PUT '/medicalrecord/attendance//commentSection' \
--header 'auth-bearer: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"path": "string",
"comment": "string",
"file": {
"base64": "string",
"name": "string"
}
}'