Authorization: ********************curl --location --request POST 'https://api-homolog.docsend.com.br/api/v1/contabilidades//email-templates' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"templateType": "WELCOME",
"subject": "string",
"htmlContent": "string",
"isActive": true
}'{
"id": 0,
"tenantId": 0,
"templateType": "WELCOME",
"subject": "string",
"htmlContent": "string",
"isActive": true,
"isDefault": true,
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}