auth-bearer: ********************curl --location --request PUT '/medicalrecord/attendance/' \
--header 'auth-bearer: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"sections": [
{
"sections": [
{
"fields": [
"string"
]
}
]
}
]
}'