Hi! I'm receiving events from an external platform loading one of my custom endpoints.
I cannot change the headers on that platform, so I would like to authenticate within my extension code as a specific user with a static token.
Usually I just use the _req.accountability with my ItemsService, but I could not find how to create an accountability object myself with a static token that I know.
Is that possible ?
Thanks for your help !