curl --request POST \
--url https://api-v2.manybot.com.br/messages/send-text \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'channel-id: <channel-id>' \
--data '
{
"message": "Olá, como vai?",
"phone": "+5511999999999"
}
'