CCRMAuthorize: ********************curl --location -g --request GET 'https://{{tenantname}}.onchannelcrm.app/api/TimeTrackItems/' \
--header 'CCRMAuthorize: <api-key>'{
"id": "",
"timeTrackProjectId": "",
"activityId": "",
"employeeId": "",
"companyId": "",
"start": "",
"finish": "",
"duration": 0,
"originalDuration": 0,
"invoicingType": 1,
"isInvoiceable": true,
"hourlyRate": 0,
"mileageFee": 0,
"mileage": 0,
"expense": 0,
"total": 0,
"billOnFixedFee": true,
"toInvoice": true,
"isInvoiced": true,
"subject": "",
"notes": "",
"createdOn": "",
"changedOn": "",
"createdBy": "",
"changedBy": "",
"lockedAt": "",
"lockedBy": "",
"tStamp": ""
}