synced_rea_agents JSON column.curl --location 'https://api-dev.commandroom.ai/api/api/orgcharts/1/nodes/5/rea-agents/synced' \
--header 'Authorization: Bearer {{token}}' \
--header 'X-Tenant-UUID: '{
"data": [
{
"rea_uuid": "00000000-0000-0000-0000-000000000000",
"name": "Sample Name",
"description": "Sample description text.",
"synced_at": "2026-01-15T10:30:00.000000Z",
"synced_by_user_id": 1,
"ai_automation_id": 1,
"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
}
],
"meta": {
"total": 10
}
}