AntiPattern
JSON Request Shape Mismatch
json-request-shape-mismatch
POST requests fail or silently mis-parse when the client sends the wrong body shape or encoding (e.g., form-encoded vs JSON, malformed JSON strings, missing/extra keys), causing FastAPI/Pydantic validation errors and broken downstream handling.