CCRMAuthorize: ********************curl --location -g --request POST 'https://{{tenantname}}.onchannelcrm.app/api/LeadIncoming' \
--header 'CCRMAuthorize: <api-key>' \
--header 'Content-Type: application/json;odata.metadata=minimal;odata.streaming=true' \
--data-raw '{
"id": 0,
"tenantId": 0,
"lastErrorMessage": "",
"lastUsed": "",
"emailhandle": "",
"emailTemplate": "",
"tenantURL": "",
"captureCommands": "",
"createddate": "",
"createdby": "",
"emailboxname": ""
}'[
{
"id": 0,
"tenantId": 0,
"lastErrorMessage": "",
"lastUsed": "",
"emailhandle": "",
"emailTemplate": "",
"tenantURL": "",
"captureCommands": "",
"createddate": "",
"createdby": "",
"emailboxname": ""
}
]