auth-bearer: ********************curl --location --request POST '/billing/batch' \
--header 'auth-bearer: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"attendances": [
"string"
],
"groupByProfessional": true
}'