curl --location -g --request POST 'https://{{tenantname}}.onchannelcrm.app/api/ExchangeGlobalSettings/insert' \
--header 'CCRMAuthorize: <api-key>' \
--header 'Content-Type: application/json;odata.metadata=minimal;odata.streaming=true' \
--data-raw '{
"id": 0,
"exchangeUse": true,
"exchangeUser": "",
"exchangePW": "",
"exchangeEnterPW": "",
"exchangeUrl": "",
"exchangeAutoSyncMails": true,
"exchangeSaveAttachments": true,
"exchangeSaveMailAsDocument": true,
"exchangeDefaultAutoSyncCalendar": true,
"exchangeSyncAppointmentBody": true,
"exchangeSyncAppointmentsAsSingeUser": true,
"appIdEnter": "",
"appId": "",
"appSecretEnter": "",
"appSecret": "",
"tenant": ""
}'