CCRMAuthorize: ********************curl --location -g --request PUT 'https://{{tenantname}}.onchannelcrm.app/api/EconTemplateDebtors/' \
--header 'CCRMAuthorize: <api-key>' \
--header 'Content-Type: application/json;odata.metadata=minimal;odata.streaming=true' \
--data-raw '{
"id": "",
"templateName": "",
"isDefault": true,
"debtorGroup": 0,
"vatZone": 0,
"layout": 0,
"payterms": 0,
"barred": true,
"currency": ""
}'