CCRMAuthorize: ********************curl --location -g --request POST 'https://{{tenantname}}.onchannelcrm.app/api/Reports' \
--header 'CCRMAuthorize: <api-key>' \
--header 'Content-Type: application/json;odata.metadata=minimal;odata.streaming=true' \
--data-raw '{
"id": "",
"name_us": "",
"name_da": "",
"description_us": "",
"description_da": "",
"category_us": "",
"category_da": "",
"parameters": "",
"roles": "",
"chart": true,
"favorite": true,
"favoriteReports": {}
}'