curl -X PUT "https://accounts.netvox.ng/api/v2/Template?id=138" \
-H "Content-Type: application/json" \
-d '{
"TemplateName": "Updated Welcome Message",
"MessageTemplate": "Welcome to ##CompanyName##! Your account ID is ##AccountId##. We are excited to have you on board.",
"ApiKey": "YOUR_API_KEY",
"ClientId": "YOUR_CLIENT_ID"
}'