ResearchReportService::generateOrgChart(). If this is the first org chart for the organization, it is automatically marked as active. Protected by X-API-Key header verification.X-API-Key header).curl --location 'https://api-dev.commandroom.ai/api/api/internal/research/generate-org-chart' \
--header 'X-Internal-Api-Key: {{internal_api_key}}' \
--header 'X-API-Key: {{internal_api_key}}' \
--header 'Content-Type: application/json' \
--data '{
"research_report_id": 1,
"organization_id": "00000000-0000-0000-0000-000000000000"
}'{
"success": true,
"message": "Success.",
"org_chart_id": 1
}