curl --location --request POST '/api/ModeloEmail' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"nome": "string"
}'
{
"ativo": true,
"nome": "string",
"assunto": "string",
"corpo": "string",
"id": 0,
"excluido": true,
"dataInclusao": "2019-08-24T14:15:22Z",
"dataAlteracao": "2019-08-24T14:15:22Z",
"dataExclusao": "2019-08-24T14:15:22Z"
}