curl --location --request POST '/messages/text' \
--header 'Accept: application/json' \
--header 'Authorization: {{LATEST_INSTANCE_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"to": "5514996259435@s.whatsapp.net",
// "to": "120363329719249486@g.us", // comunidade
// "to": "120363310924673041@g.us", // avisos
// "to": "120363420245833955@g.us", // bunitu
// "to": "120363328355468111@g.us", // geral
// "to": "status@broadcast", // geral
// "to": "120363329719249486@g.us", // parent
// "to": "120363419482508315@g.us", // BATATA
"text": "Esse é meu site lindo https://mauricioroberto.com",
// "mentions": [
// "5514996259435@s.whatsapp.net"
// ],
// "expiration": 1
// "id": "meu-id"
}'