Authorization: ********************curl --location --request POST 'https://prod.your-api-server.com/api/ModeloEmail/Copiar/' \
--header 'Authorization: <api-key>'{
"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"
}