Closed AndromedaPerseus closed 4 months ago
In the documentation the last part when you query the db, the json payload is incorrect. It should be as such:
payload = { "transaction": [ { "query": "SELECT * FROM USERS;" } ] } return_response = requests.post(url, json=payload)
Thank you! Just fixed this.
In the documentation the last part when you query the db, the json payload is incorrect. It should be as such: