Unable to get JSON in Post API Route
I am doing the following in a POST API Routes handler:
And it never logs and gets stuck on awaiting the
And it never logs and gets stuck on awaiting the
request.json(). I have my Content-Type header set. Any ideas?