Use typed request models so incoming payload shape and validation expectations are obvious at the boundary. Strong candidates explain models as contracts, not only as convenience.
The strongest answers connect the feature to reasoning and tradeoffs instead of reciting syntax.
Additional Notes
How should you explain pydantic models in an interview?