curl --location -g --request POST 'https://api-dev.commandroom.ai/api/orgcharts/1/nodes/1/rea-agents/sync?tenant=' \
--header 'Content-Type: application/json' \
--data-raw '{
"agent.uuid": "string",
"agent.name": "string",
"agent.description": "string",
"agent.instruction": "string",
"agent.visibility": "string",
"agent.tools_count": 0,
"agent.workflows_count": 0,
"agent.profile_photo_url": "string",
"agent.forecast_human_time_hours": 0,
"agent.forecast_human_wages_cost": 0,
"agent.forecast_ai_time_hours": 0,
"agent.forecast_wages_saving_hours": 0,
"agent.forecast_times_faster": 0,
"agent.forecast_productivity_gain_percent": 0,
"agent.usage_count": 0,
"agent.usage_frequency": "string",
"agent.last_used_at": "string"
}'