Hello, I have an endpoint in nuxt, I sould use setSessionCookie, but I'm not unable to recreate the context ``` const auth = await serverAuth() const ctx = await auth.$context await setSessionCookie( ctx, { session, user }, rememberMe, ) ``` how to use setSessionCookie outside the plugin?