curl --location --request POST '/procedure' \
--header 'auth-bearer: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"originAttendance": "string",
"isExecutant": true,
"clinic": "string",
"professional": "string",
"note": "string",
"specialty": "string",
"patient": "string",
"insurance": "string",
"events": [
{
"event": "string",
"quantity": 1,
"collectMaterial": "string",
"examType": "string"
}
],
"clinicalIndication": "string",
"character": "elective",
"isNewBorn": false,
"prenatal": false,
"eligible": true,
"sendNoteInXml": true
}'