curl --location --request POST 'https://api-dev.commandroom.ai/api/orgcharts?tenant=61d760d3-92a5-436a-b9ad-fe8e9049df67' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Healthcare Organization Chart",
"description": "Organization chart for Healthcare industry with 4 employees",
"industry": "Healthcare",
"wizard_data": {
"industry": {
"id": "healthcare",
"name": "Healthcare"
},
"departments": [
{
"name": "Operations",
"employees": {
"onshore": 2,
"offshore": 0
}
},
{
"name": "IT",
"employees": {
"onshore": 2,
"offshore": 0
}
}
],
"costs": {
"onshore": 2000,
"offshore": 2000
},
"currencies": {
"onshore": "USD",
"offshore": "USD"
},
"summary": {
"totalEmployees": 4,
"totalOnshore": 4,
"totalOffshore": 0,
"averageCost": 2000
}
},
"organization_id": 1
}'{"data":{"orgchart_id":6,"organization_id":1,"name":"Healthcare Organization Chart","description":"Organization chart for Healthcare industry with 4 employees","industry":"Healthcare","is_active":null,"onshore_currency":"USD","offshore_currency":"USD","onshore_cost_per_employee":2000,"offshore_cost_per_employee":2000,"created_at":"2026-01-27T23:07:53.000000Z","updated_at":"2026-01-27T23:07:53.000000Z"}}