curl --location --request GET '//api.postmarkapp.com//deliverystats' \
--header 'X-Postmark-Server-Token;'
{
"Bounces": [
{
"Count": 0,
"Name": "string",
"Type": "string"
}
],
"InactiveMails": 0
}