curl --location 'https://api-dev.commandroom.ai/api/api/orgcharts/1/nodes/42/ai-automations' \
--header 'Authorization: Bearer {{token}}' \
--header 'X-Tenant-UUID: ' \
--header 'Content-Type: application/json' \
--data '{
"type": "ai_agent",
"title": "Sample Title",
"description": "Sample description text.",
"fullDescription": "Sample description text.",
"category": "string",
"priority": "high",
"forecastHumanTimeHours": 1.5,
"forecastHumanWagesCost": 1.5,
"forecastAiTimeHours": 1.5,
"forecastWagesSavingHours": 1.5,
"forecastTimesFaster": 1.5,
"forecastProductivityGainPercent": 1.5,
"originalSuggestionId": "string",
"metadata": {}
}'