Hello, I am trying to use an asset in the react app located in the ui.frontend of my project and to conduct some test to see if the api would work I called: const myHeaders = new Headers(); myHeaders.append("Authorization", `Basic YWRtaW46YWRtaW4=`); myHeaders.append("Content-Type", "applicati...