curl --location --request POST '/auth/account/personalTemplate' \
--header 'auth-bearer: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"_id": "string",
"description": "string",
"type": "whatsapp",
"name": "string",
"text": "string",
"footer": "string",
"hasCustom": true,
"enableButtons": true,
"buttons": [
{
"buttonId": "string",
"label": "string",
"type": "string"
}
],
"twilio": {
"type": "string",
"friendlyName": "string",
"contentSid": "string",
"rejectionReason": "string",
"category": "string",
"status": "received",
"language": "pt_BR"
}
}'