I download a file and run it with windows.open like this:
window.open(urlSetting.apiBaseUrl + "TseBof/GetDepositMoneyPictureById?depositMoneyId=" + data.Id );
But since GetDepositMoneyPictureById is Authorize 401 returned
How should I send the token in the header with Windows in addition to the ID?