I'm trying to download a private repository release using the browser_download_url that I got from the github API, but the URL is giving me 404 Not Found, I set up the Authentication : token <my_token> correctly but I'm still getting 404.
The repository it's from my organization and I'm using a read_only service account for the repo if it's of use.
Here is a postman image with my configuration
Using my browser I can download the file just fine.
Does anyone know what is happening?