curl -X POST "https://api.oxenty.api.br/api/messages/list" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"sessionId": "550e8400-e29b-41d4-a716-446655440000",
"to": "5511999999999",
"text": "Escolha uma opção:",
"buttonText": "Ver opções",
"title": "Menu Principal",
"sections": [
{
"title": "Serviços",
"rows": [
{ "rowId": "srv1", "title": "Suporte Técnico", "description": "Ajuda com problemas" },
{ "rowId": "srv2", "title": "Vendas", "description": "Falar com vendedor" }
]
},
{
"title": "Informações",
"rows": [
{ "rowId": "info1", "title": "Horários", "description": "Ver horário de funcionamento" },
{ "rowId": "info2", "title": "Localização", "description": "Como chegar" }
]
}
]
}'