curl --location -g --request PUT 'https://{{tenantname}}.onchannelcrm.app/api/ProjectPartPhasePipelineItems/' \
--header 'CCRMAuthorize: <api-key>' \
--header 'Content-Type: application/json;odata.metadata=minimal;odata.streaming=true' \
--data-raw '{
"id": "",
"title": "",
"projectID": "",
"project": "",
"companyName": "",
"contactName": "",
"company": "",
"contact": "",
"ownerID": "",
"ownerName": "",
"type": "",
"createdOn": "",
"changedOn": "",
"startDate": "",
"closeDate": "",
"closed": true,
"status": "",
"color": "",
"comments": "",
"phoneNumber": "",
"roleID": 0,
"roleName": "",
"phaseID": 0,
"phaseName": ""
}'