curl --location --request POST '//api.postmarkapp.com//email/withTemplate' \
--header 'X-Postmark-Server-Token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"Attachments": [
{
"Content": "string",
"ContentID": "string",
"ContentType": "string",
"Name": "string"
}
],
"Bcc": "user@example.com",
"Cc": "user@example.com",
"From": "user@example.com",
"Headers": [
{
"Name": "string",
"Value": "string"
}
],
"InlineCss": true,
"ReplyTo": "string",
"Tag": "string",
"TemplateAlias": "string",
"TemplateId": 0,
"TemplateModel": {},
"To": "user@example.com",
"TrackLinks": "None",
"TrackOpens": true
}'