manage org chart nodes (via UpdateReaAgentForecastRequest authorize)curl --location --request PUT 'https://api-dev.commandroom.ai/api/api/orgcharts/1/nodes/5/rea-agents/550e8400-e29b-41d4-a716-446655440000/forecast' \
--header 'Authorization: Bearer {{token}}' \
--header 'X-Tenant-UUID: ' \
--header 'Content-Type: application/json' \
--data '{
"forecast_human_time_hours": 1.5,
"forecast_human_wages_cost": 1.5,
"forecast_ai_time_hours": 1.5,
"forecast_wages_saving_hours": 1.5,
"forecast_times_faster": 1.5,
"forecast_productivity_gain_percent": 1.5
}'{
"message": "Success.",
"data": {
"node_id": 1,
"agent_uuid": "00000000-0000-0000-0000-000000000000",
"updated_at": "2026-01-15T10:30:00.000000Z"
}
}