curl --request POST \
--url https://api.example.com/whatsapp-templates/{channelId}/send \
--header 'Content-Type: application/json' \
--data '
{
"to": "<string>",
"template": {
"name": "<string>",
"language": {
"code": "<string>"
},
"components": [
"<unknown>"
]
}
}
'