CCRMAuthorize: ********************curl --location -g --request GET 'https://{{tenantname}}.onchannelcrm.app/odata/ODCalEvents?request=&context=&rawValues=&selectExpand=&apply=&compute=&filter=&search=&orderBy=&skip=&skipToken=&top=&count=&validator=&ifMatch=&ifNoneMatch=&$filter&$select&$expand&$orderby&$top&$skip&$count' \
--header 'CCRMAuthorize: <api-key>'[
{
"id": "",
"subject": "",
"location": "",
"startTime": "",
"endTime": "",
"duration": "",
"description": "",
"isAllDay": true,
"type": 0,
"cssIcon": "",
"color": "",
"employees": {},
"employeesNames": {},
"contactNames": {},
"contact": "",
"company": "",
"opportunity": "",
"project": ""
}
]