curl --location --request POST '/billing/procedure' \
--header 'auth-bearer: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"patient": "string",
"clinic": "string",
"insurance": "string",
"professional": "string",
"specialty": "string",
"isNewBorn": false,
"authorizationInProvider": "string",
"executeInInsurane": false,
"useExecutantAsRequester": false,
"tissAttendanceType": "string",
"authorizationDate": "2019-08-24T14:15:22.123Z",
"executionDate": "2019-08-24T14:15:22.123Z",
"requester": {
"professional": {
"name": "string",
"council": "string",
"councilNumber": 0,
"councilState": "string",
"specialty": "string"
},
"clinic": {
"name": "string",
"type": "string",
"identification": "string"
},
"dateTime": "2019-08-24T14:15:22.123Z"
}
}'