I have written a C# program which uses Jira SDK to pull tickets from a Jira cloud.
The code fetches the tickets, but the attachments are not downloading.
I can even see the details of the attachment in VS Debugger, but the download command fails with a HTTP 403 error. There are no permission issues.
I have attached a screenshot of my code for better clarity. Any help is appreciated.