curl --location --request GET 'https://gateway.certisend.com/v2/template/data/1' \
--header 'Authorization: Bearer <token>'{
"data": {
"content": "<p>Hola</p>",
"created_at": "Mon, 16 Feb 2026 19:19:36 GMT",
"id": 1,
"name": "Template de test",
"organization_id": 1,
"sector_id": 0,
"updated_at": "Mon, 16 Feb 2026 19:19:36 GMT"
},
"success": true
}