curl --request POST \
--url http://localhost:8080/template/create/{instanceName} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '
{
"name": "<string>",
"category": "MARKETING",
"language": "<string>",
"components": [
{}
]
}
'