{"success":true,"service":"csweb-postgres-api","version":"1.0.0","endpoints":{"health":"GET /health","listTables":"GET /tables","checkTable":"GET /tables/:table/exists","inspectTable":"GET /tables/:table/schema","createTable":"POST /tables","listRows":"GET /tables/:table/rows?start=0&end=49","countRows":"GET /tables/:table/count","insertRows":"POST /tables/:table/rows","updateRows":"PATCH /tables/:table/rows/:matchColumn/:matchValue","deleteRows":"DELETE /tables/:table/rows/:matchColumn/:matchValue"}}