curl --location --request PUT '/auth/account/config' \
--header 'auth-bearer: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"allowBirthdayCongratsWhatsApp": true,
"allowAppointmentCancelWhatsApp": true,
"allowAppointmentRememberWhatsApp": true,
"allowAppointmentRememberWhatsApp48hours": false,
"allowTelemedicineRemember30Minutes": true,
"allowTelemedicineRemember24Hours": false,
"allowPreparationGuidelines": false,
"allowConfigWhatsappInstance": false,
"allowTelemedicine": true,
"allowTelemedicineRecording": false,
"allowRemoveAttendanceOnMessageResponse": false,
"removeEarlyAttendance": {
"allow": false,
"hoursInAdvance": 24
},
"allowTaxInvoice": false,
"allowPanel": false,
"sendNextScheduleEmail": false,
"allowAppointmentRememberEmail": false,
"allowVaccinesControl": false,
"allowVaccineFinancialRecord": false,
"allowSatisfactionSurveyEmail": false,
"allowPreparationGuidelinesEmail": false,
"allowSatisfactionSurveyWhatsApp": false,
"sendExamResultWhatsApp": false,
"sendExamResultEmail": false,
"enableSendingLinkToEditPatientWhasApp": false,
"enableSendingLinkToEditPatientEmail": false,
"enableSendingDocumentsWhasApp": false,
"enableSendingDocumentsEmail": true,
"allowSendingDocumentsWhenPatientTransfer": false,
"enableSendingBudgetWhatsApp": false,
"enableBillingForPrivateCareAfter": false,
"enableWaitingRoomLabelPrinting": false,
"automaticNoShowConfig": {
"hours": 1,
"enabled": false
},
"enableAccountAsaas": false,
"allowAudioTranscriptionToMedicalRecord": false,
"enablePatientSigningDocs": false,
"enableWhiteLabel": false,
"enabledSharedingSouPaciente": false,
"allowSplitGuides": true,
"requireCIDToFinalizeAttendance": false,
"laboratoryConfig": {
"lab": "alvaro",
"step": 0
}
}'