Hang on GET /api/v1/athlete/{id}/folders

Hi ,
like the title says . I previously tried /api/v1/athlete/{id}/workouts and got the same.
So i tried “folders” hoping to make a more specific request afterwards.
Any help appreciated.

Has anything worked before?

Have you “authorised” at the very top?
You have to log in using API_KEY and your personal key.

Yes , events for example is no problem

It only seems to hang on swagger , in my app directly it works

But on the workout call i get a lot of duplicates of every workout

But i think that is expected , if i have multiple modified instances of the same workout in my calendar right . So i can just work with the folders and get all available workouts from there , right ?

Maybe the timeout for swagger is to low or something