curl --location --request POST 'http://whatsapp.local/messages' \
--header 'Content-Type: application/json' \
--data-raw '{
"recipient_type": "individual",
"text": {
"body": "<Message Text>"
},
"to": "{{Recipient-WA-ID}}",
"type": "text"
}'
{
"messages": [
{
"id": "gBEGkYiEB1VXAglK1ZEqA1YKPrU"
}
]
}