CCRMAuthorize: ********************curl --location -g --request PUT 'https://{{tenantname}}.onchannelcrm.app/api/PipelineItems/' \
--header 'CCRMAuthorize: <api-key>' \
--header 'Content-Type: application/json;odata.metadata=minimal;odata.streaming=true' \
--data-raw '{
"id": "",
"title": "",
"ownerID": "",
"ownerName": "",
"status": "",
"closeDate": "",
"estimatedValueBase": 0,
"edtimatedValue": 0,
"weight": 0,
"color": "",
"companyName": ""
}'