We are using the odata api to integrate our Thinkwise solution in our Devops Pipeline. Currently it's just a bunch of powershell scripts, but soon we'll be moving to a Devops Pipeline.
However the API is showing some strange behaviour when I call it from powershell. The first time I make the call below from Powershell it all works fine, but on subsequent calls I get a 403. If I wait some time, the issue seems to resolve itself, and I can make a single call again.
I don't have the same issue from Postman. I can do all the calls I want there. There are no entries in the indicium logs for the 403 either way.