echo "SELECT * FROM ..." | sqlformat█
paste sql to format it█
curl -X POST https://freeforyou.win/api/sql-format \ -H "Content-Type: application/json" \ -d '{"sql":"SELECT id,name FROM users WHERE active=1"}'