Retrieves a specific template by ID
curl --request GET \ --url http://base.url.com/templates/{id} \ --header 'x-phishy-api-key: <api-key>'
{ "id": "<string>", "name": "<string>", "content": "<string>" }
Unique identifier for the template
Name of the template
HTML content of the template