CCRMAuthorize: ********************curl --location -g --request PUT 'https://{{tenantname}}.onchannelcrm.app/api/CustomTabs/' \
--header 'CCRMAuthorize: <api-key>' \
--header 'Content-Type: application/json;odata.metadata=minimal;odata.streaming=true' \
--data-raw '{
"tabId": 0,
"tabName": "",
"tabPlacement": "",
"url": "",
"staticPage": true
}'