CCRMAuthorize: ********************curl --location -g --request PUT 'https://{{tenantname}}.onchannelcrm.app/api/MailChimp' \
--header 'CCRMAuthorize: <api-key>' \
--header 'Content-Type: application/json;odata.metadata=minimal;odata.streaming=true' \
--data-raw '{
"id": 0,
"enabled": true,
"apiKeyEnter": "",
"apiKey": "",
"audiencename": "",
"messages": "",
"createActivitiesInCRM": true,
"createPrimRelation": true,
"createSecRelation": true,
"activitySyncDate": "",
"contactSyncDate": "",
"changehash": ""
}'