curl --request POST \
--url https://api.trugen.ai/v1/template \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"template_name": "HR Assistant",
"template_system_prompt": "You are a helpful HR AI Assistant.",
"config": {
"maxCallDuration": 5,
"conversationalContext": ""
},
"record": true
}
'