Thanks for all the tips, everyone! I tried `request.get_json()` and fixed my Postman headers, and it’s working now.
Still weird that `request.json` didn’t work consistently, but hey, progress!
Follow-up Q: What’s the best way to handle errors if the JSON is malformed? Like, return a 400 with a useful message?
Still weird that `request.json` didn’t work consistently, but hey, progress!
Follow-up Q: What’s the best way to handle errors if the JSON is malformed? Like, return a 400 with a useful message?
