curl --location -g --request POST 'https://{{tenantname}}.onchannelcrm.app/api/Products/ImportProducts' \
--header 'CCRMAuthorize: <api-key>' \
--header 'Content-Type: application/json;odata.metadata=minimal;odata.streaming=true' \
--data-raw '{
"id": 0,
"userID": "",
"uploadTime": "",
"inputType": "",
"allowInsert": true,
"allowUpdate": true,
"uniqueTypeCompany": "",
"uniqueTypeContact": "",
"startTime": "",
"finishTime": "",
"fileName": "",
"input": "",
"output": "",
"taken": true,
"progress": 0,
"success": true,
"comments": "",
"tableCompany": true,
"tableContact": true,
"tableCompanyInfotag": true,
"tableContactInfotag": true
}'