curl --location 'https://api-dev.commandroom.ai/api/api/orgcharts/1/nodes/5/rea-agents/sync' \
--header 'Authorization: Bearer {{token}}' \
--header 'X-Tenant-UUID: ' \
--header 'Content-Type: application/json' \
--data '{
"agent": {
"uuid": "00000000-0000-0000-0000-000000000000",
"name": "Sample Name",
"description": "Sample description text.",
"instruction": "string",
"visibility": "string",
"tools_count": 10,
"workflows_count": 10,
"profile_photo_url": "https://example.com/sample",
"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,
"usage_count": 10,
"usage_frequency": "string",
"last_used_at": "2026-01-15T10:30:00.000000Z"
}
}'