auth-bearer: ********************curl --location --request POST '/procedure/serial' \
--header 'auth-bearer: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"clinic": "string",
"patient": "string",
"professional": "string",
"specialty": "string",
"insurance": "string",
"events": [
{
"event": "string",
"quantity": 1
}
]
}'