Hello AB Tasty team, I'm working on implementing an ETL process that requires consuming data from its Data Explorer API: https://api-data-explorer.abtasty.com/v2/clients/{campaign_id}/query According to current documentation, this call can only be made using the session token available at: Flagship → Settings → Integrations → Tokens However, this token expires at the end of the session, which presents an important limitation for automating continuous data extraction and analysis processes. We need a persistent token (that doesn't expire) or a secure authentication alternative that allows programmatic access to the transaction detail data that we send to the tests. The objective is to mark each sale in our database with the corresponding campaign and variation, which would allow us to generate more detailed reporting for the analytics team regarding the performance and characteristics of each variation in the experiments. I appreciate if you can guide us on how to enable an appropriate authentication flow for this purpose, or if there is another recommended solution for automating access to this API.