curl --location --request POST '//api.postmarkapp.com//triggers/inboundrules' \ --header 'X-Postmark-Server-Token;' \ --header 'Content-Type: application/json' \ --data-raw '{ "Rule": "user@example.com" }'
{ "ID": 0, "Rule": "string" }