During recent development of an integration service, we have discovered that invalid REST payloads to NetSuite trigger a 401 Unauthorized response from NS, with only the message "Invalid Login. Check the Login Audit Trail". Doing so gives "NonceUsed" as the error (although our auth code has been working for months). Making the same post to the REST API using the Postman collection from NetSuite gets a much better 400 Bad Request response with informative error_details in the content. I had suspected that our change to HMAC-SHA256 last fall might have something to do with this, but it appears the Postman collection is also using HMAC-SHA256. Has anyone else seen this, or perhaps have some insight? And by "invalid JSON", I mean something as simple as using a non-existent ID for the Parent field of a new Customer record.