Pattern
Mismatched Request Body Parsing
request-body-parsing-mismatch
Request payload handling fails because code assumes a specific JSON or multipart structure, but clients send different content types (e.g., octet-stream, form-data, or literal null), causing handlers to parse wrong or get None mappings.