curl --location --request POST 'https://rest.clicksend.com/v3/sms/templates' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": "This is a sample content: H7YI68B3yk for this template.",
"template_name": "Template 501916"
}'
{
"data": {
"body": "This is a sample content: H7YI68B3yk for this template.",
"template_id": 25,
"template_name": "Template 501916"
},
"http_code": 200,
"response_code": "SUCCESS",
"response_msg": "New template has been saved."
}