rp_st
let userId = "SomeUserId"; let jwtPayload = {userType: "admin"}; await supertokens.createNewSession(res, userId, jwtPayload);