# Quick start for testing connections and queries curl -X GET http://localhost:8080/api/connections curl -X POST http://localhost:8080/api/connections \ -H "Content-Type: application/json" \ -d '{ "name": "Test MySQL", "type": "mysql", "host": "localhost", "port": 3306, "username": "root", "password": "password", "database": "test" }'