curl --request POST \
--url https://api-v2.manybot.com.br/messages/send-audio \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'channel-id: <channel-id>' \
--data '
{
"phone": "+5511999999999",
"audioUrl": "https://cdn.seudominio.com/audio.mp3"
}
'