curl --location --request POST 'https://gateway.certisend.com/v2/template/create' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Template de prueba"
"content": "<p>Hola!</p>"
}'{}