peter Cato Employee
Cato Employee
2 years agoA simple example in Python
  import json
import ssl
import urllib.parse
import urllib.request
headers = {
    "x-api-key": MY_API_KEY,
    "Content-Type": "application/json"
}
body = {
    "operationName": "accountSnapshot",
...