Do not use `Request`/`Response` names in the input/output models for your API. Those names conflict with the real meaning. Some alternatives are `Input`, `<operation e.g. Create/Update>`, `Output`, etc.
Do not use
Request/Responsenames in the input/output models for your API.Those names conflict with the real meaning. Some alternatives are
Input,<operation e.g. Create/Update>,Output, etc.