Authorization on REST API of TestManager

Hi,

It try to simply get the list of projects of Test Manager Texte préformatéfrom the rest api . When on browser already connected to UiPath, it works using the swagger (but the curl command showing it works with the XSRF token).
From Postman, curl on command line or java programming, no way : I tried with a personal access token or an OAuth2 token, sent in header on Bearer, but I always get a 401 Unauthorized response.

Can you please tell me how to do that ?
(Request being /api/v2/projects)

Thanks for help,

AB