CCRMAuthorize: ********************curl --location -g --request POST 'https://{{tenantname}}.onchannelcrm.app/api/ProjectPart/PostProjectParts' \
--header 'CCRMAuthorize: <api-key>' \
--header 'Content-Type: application/json;odata.metadata=minimal;odata.streaming=true' \
--data-raw '{
"project": "",
"owners": {
"property1": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"property2": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"contacts": {},
"phase": 0,
"role": 0
}'