curl --location -g --request PUT 'https://api-dev.commandroom.ai/api/orgcharts/1?tenant=' \
--header 'Content-Type: application/json' \
--data-raw '{
"description": "string",
"industry": "string",
"is_active": true,
"onshore_cost_per_employee": 0,
"offshore_cost_per_employee": 0,
"onshore_currency": "USD",
"offshore_currency": "USD",
"wizard_data": [
"string"
],
"wizard_data.mode": "build",
"wizard_data.industry": [
"string"
],
"wizard_data.industry.id": "string",
"wizard_data.industry.name": "string",
"wizard_data.departments": [
"string"
],
"wizard_data.departments.*.name": "string",
"wizard_data.departments.*.employees": [
"string"
],
"wizard_data.departments.*.employees.onshore": 0,
"wizard_data.departments.*.employees.offshore": 0,
"wizard_data.costs": [
"string"
],
"wizard_data.costs.onshore": 0,
"wizard_data.costs.offshore": 0,
"wizard_data.currencies": [
"string"
],
"wizard_data.currencies.onshore": "USD",
"wizard_data.currencies.offshore": "USD",
"wizard_data.summary": [
"string"
],
"wizard_data.file": [
"string"
],
"wizard_data.file.name": "string",
"wizard_data.file.type": "text/csv",
"wizard_data.csvData": [
"string"
],
"wizard_data.validationData": [
"string"
],
"wizard_data.validationData.topManager": "string",
"wizard_data.validationData.columnMappings": [
"string"
]
}'