curl --location '/v1/cards/templates/'{
"id": "string",
"name": "string",
"templateProcessor": "string",
"scope": "string",
"active": true,
"sections": [
{
"section": "string",
"title": "string",
"index": 0
}
],
"fields": [
{
"key": "string",
"title": "string",
"type": "default",
"path": "string",
"reference": "string",
"required": true,
"uiComponent": "short-text",
"section": "string",
"options": [
"string"
],
"children": [
{}
]
}
],
"fileDownloadUrl": "string"
}