curl --request POST \
--url https://eu-gcp-api.vg-stuff.com/v3/agents/import-template \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"agentTemplate": {
"workspaceId": "<string>",
"name": "<string>",
"description": "<string>",
"nodes": "<array>",
"tools": "<array>",
"variables": "<array>",
"agentData": "<unknown>"
},
"agentName": "<string>",
"fromAgentId": "<string>"
}
'