{
"message": "Mensagem de teste do sistema BRAIA API",
"sender": "Sistema de Teste",
"timestamp": "2026-01-26T21:22:21-03:00",
"test_id": "6978053d7a48c"
}HTTP Code: 404
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>404 Not Found</title> </head><body> <h1>Not Found</h1> <p>The requested URL was not found on this server.</p> <hr> <address>Apache/2.4.41 (Ubuntu) Server at localhost Port 80</address> </body></html>
curl -X POST http://localhost/webhook.php \
-H "Content-Type: application/json" \
-d '{
"message": "Teste via cURL",
"sender": "Sistema Externo",
"timestamp": "2026-01-26T21:22:21-03:00"
}'
curl -X POST http://localhost/webhook.php \ -F "message=Teste com arquivo" \ -F "sender=Sistema Externo" \ -F "file=@/caminho/para/arquivo.pdf"