Hi,
I am attempting to connect to the https://api.refinitiv.com/alerts/v1/news-stories-subscriptions via a Python script on my local machine. When doing a POST request to this, I keep hitting the following error: {"error":{"id":"3aa593ff-7498-4dbc-8aca-b3882f556d0a","code":"30016","status":"422","message":"Number of user subscription exceed the limit"}}. Note that I have deleted all existing subscriptions in the API Playground and also tried sending a 'DELETE' request to the same endpoint as explained in this article
When running the DELETE request, I get the following response in API Playground:
And this is the error in my IDE (VSCode):
For context, I've also attached a relevant snippet of the code:
Any help would be appreciated