curl --location --request POST '/appointment/attend/' \
--header 'auth-bearer: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"attended": true,
"isWaiting": true,
"copart": 0,
"particularValue": 0,
"insuranceAuthorization": {
"token": "string",
"justificative": "01"
},
"patientIdentification": "string",
"recordTelemedicine": true,
"confirmedContingency": true,
"manualAuthorization": {
"PIN": "string",
"code": "string",
"token": "string"
},
"windowName": "string",
"placeName": "string"
}'