curl --request POST \
--url http://localhost:3000/templates \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "boas-vindas",
"body": "Olá {{name}}, seja bem-vindo!",
"providerTemplateId": "welcome_msg_001",
"provider": "evolution",
"status": "APPROVED"
}
'