curl --location --globoff 'https://api.green-api.com/waInstance/sendPoll/' \
--header 'User-Agent: GREEN-API_POSTMAN/1.0' \
--header 'Content-Type: application/json' \
--data '{
"chatId": "-12345678909876",
"message": "Please choose the color:",
"options": [
{
"optionName": "green"
},
{
"optionName": "red"
},
{
"optionName": "blue"
}
],
"multipleAnswers": false,
"typingTime": 5000,
"typingType": "text",
"quotedMessageId": "1769666251000"
}'{
"idMessage": "1762333029830"
}