I have an API that I need to pass Basic Information in every request. I do get a JSessionID but I cant find a way of using it in React Native with axios. I believe JSessionID is saved on Cookie and this way I could use it on the browser. But not in a different application. What should I do to pass this authentication? I dont want to store the user credentials in the secureStore like the password and pass in a "useFetch" hook.