Authorization: ********************curl --location --request POST 'https://prod.your-api-server.com/api/ModeloEmail' \
--header 'Authorization: <api-key>' \
--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:22.123Z",
"dataAlteracao": "2019-08-24T14:15:22.123Z",
"dataExclusao": "2019-08-24T14:15:22.123Z"
}