Pattern
GET Request Body Misuse
get-request-body-misuse
A recurring integration failure where request data is placed in req.body (often expecting body parsing) but the client uses HTTP GET, leading to undefined fields, missing parsing, and production-only errors when headers/body differ.