Good Morning,
I am wanting to authenticate with SuperTokens without a UI. I am currently hitting the API's directly for the Passwordless email flow. I am getting the OTP code to my email but when I hit /auth/signinup/code/consume to verify the OTP code and login I am getting a 404 for Nest.Js.
Here is my current output.