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