CCRMAuthorize: ********************curl --location -g --request POST 'https://{{tenantname}}.onchannelcrm.app/api/Initialize/versionupdate' \
--header 'CCRMAuthorize: <api-key>' \
--header 'Content-Type: application/json;odata.metadata=minimal;odata.streaming=true' \
--data-raw '{
"buildNumber": "",
"buildId": "",
"buildDate": "",
"tenant_Id": 0,
"organization": "",
"organization_id": ""
}'