Perfect for teams of researchers, accountants, and marketers who need to share data securely without coding or granting full database access.
POST /api/query
Auth: Bearer <token>
Body:
{
"query": "SELECT * FROM users WHERE age > ?",
"params": [30]
}