auth-bearer: ********************curl --location --request PUT '/billing/revalueAttendances' \
--header 'auth-bearer: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '[
"string"
]'{
"message": "string",
"data": [
{
"_id": "string",
"patient": "string",
"clinic": {
"schedulingSettings": {}
},
"newTotal": 0
}
]
}