Theme App Extension calling admin app with authenticated fetch

Hello there. I’m trying to build a Theme App Extension that basically shows an input and I need this input to make an Authenticated Fetch (like on Admin) request to my back end app (that was built with the Express/React template). I found that the Remix lib/template has a function that does that like below.. I wonder if has a similar function or solution to the Express/React template?

pedroassis_0-1724244610431.png