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