To authenticate requests, include your API token in the Authorization header. You can get your API token from the Generect app settings.
headers = {
  "Authorization": "Token xxxxxxxxx"
}
The Token prefix is required. A raw token without the prefix will not authenticate.