curl --request POST \
--url http://localhost:8080/message/sendPoll/{instanceName} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '
{
"number": "<string>",
"name": "<string>",
"selectableCount": 123,
"values": [
"<string>"
]
}
'