Using useFetch in the /server folder
My nuxt 3 app has a /server/api folder, in which I'm trying to do a useFetch request in one of the endpoints to get data from anotehr server, however useFetch is apparently undefined. Does Nuxt 3 have a built in way to do fetch requests in the server context, or will I need something like axios?