curl --location --request POST 'https://api.chakrahq.com/v1/ext/plugin/whatsapp/api/v24.0/83784929738012/message_templates' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"category": "MARKETING",
"language": "en",
"name": "demo_template",
"components": [
{
"text": "Hi, We are pleased to inform that you can now create message templates thorugh ChakraHQ.",
"type": "BODY"
}
]
}'{
"id": "1944343716098895",
"status": "PENDING",
"category": "MARKETING"
}