curl --location --request PUT 'https://rest.clicksend.com/v3/sms/templates/25' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": "This is a sample content: Sc0KNWgSMG for this template.",
"template_name": "I am updated"
}'
{
"data": {
"body": "This is a sample content: Sc0KNWgSMG for this template.",
"template_id": 25,
"template_name": "I am updated"
},
"http_code": 200,
"response_code": "SUCCESS",
"response_msg": "Your template has been updated."
}