curl -i -X POST \
https://api.integrari.com/o/wab/v1.0/create/marketing-template \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-H 'accountId: string' \
-d '{
"name": "string",
"languageCode": "string",
"category": "string",
"wabaId": "string",
"type": "string",
"interactiveAction": "string",
"header": {
"format": "string",
"text": "string",
"value": [
"string"
],
"property1": {},
"property2": {}
},
"body": {
"text": "string",
"value": [
"string"
],
"property1": {},
"property2": {}
},
"footer": "string",
"buttons": [
{
"property1": {},
"property2": {}
}
]
}'