curl --location --request GET '//api.postmarkapp.com//templates?Count=&Offset=' \
--header 'X-Postmark-Server-Token;'
{
"Templates API": [
{
"Active": true,
"Alias": "string",
"Name": "string",
"TemplateId": 0
}
],
"TotalCount": 0
}