{
"chatId": "7123456789@c.us",
"message": "I use Green-API to send this message to you!"
}
curl --location -g --request POST '/waInstance{{idInstance}}/sendMessage/{{apiTokenInstance}}' \
--header 'User-Agent: GREEN-API_POSTMAN/1.0' \
--header 'Content-Type: application/json' \
--data-raw '{
"chatId": "7123456789@c.us",
"message": "I use Green-API to send this message to you!"
}'
{
"idMessage": "3EB0C767D097B7C7C030"
}