synced_rea_agents JSON column. Requires the REA agent's UUID and name.view ai automationscurl --location 'https://api-dev.commandroom.ai/api/api/orgcharts/1/nodes/5/ai-automations/12/link-rea-agent' \
--header 'Authorization: Bearer {{token}}' \
--header 'X-Tenant-UUID: ' \
--header 'Content-Type: application/json' \
--data '{
"rea_uuid": "00000000-0000-0000-0000-000000000000",
"rea_name": "Sample Rea Name",
"rea_description": "Sample description text."
}'{
"message": "Success.",
"data": {
"rea_uuid": "00000000-0000-0000-0000-000000000000",
"ai_automation_id": 1
}
}