curl --location --request PUT '/painel-controle/template-email' \
--header 'Content-Type: application/json' \
--data '{
"id": 0,
"contexto": {
"id": 0,
"nome": "string",
"isMaster": true
},
"tipoPersonalizacao": "PADRAO",
"acao": "string",
"idioma": "PT_BR",
"nome": "string",
"secoes": [
{
"id": 0,
"tipoSecao": "TITULO",
"conteudo": "string",
"configuracao": [
{
"pathType": "SIMPLE",
"path": "string",
"enumTranslate": {},
"fixedValue": {},
"fieldFormat": "string",
"attributeType": "RELATIONSHIP",
"customFieldDataType": "TEXT"
}
]
}
]
}'