Mutation in Convex through NextJS API Routes
I was wondering how I would create a mutation from NextJS 13 API Routes into Convex to update my DB.
I'm majorly relying on convex real-time for a scoreboard (high-read throughput), but I need the writes to simply just be over HTTP, as I currently validate them through existing NextJS API Routes.
Attached a flow chart of my problem, would love recommendation(s) / resource(s).

