curl --request POST \
--url https://api.example.com/api/agent_templates/{template_id}/instantiate \
--header 'Content-Type: application/json' \
--data '
{
"overrides": {},
"enabled": false
}
'[
"<unknown>"
]curl --request POST \
--url https://api.example.com/api/agent_templates/{template_id}/instantiate \
--header 'Content-Type: application/json' \
--data '
{
"overrides": {},
"enabled": false
}
'[
"<unknown>"
]