Insights from Maintaining Legacy Systems While Comparing REST vs RPCI was designing APIs for a new project when it happened. We were adding v3 to a system that had been running with POST /listUser style endpoints since v1 and v2. Naturally, I followed the existing pattern and went with RPC-style design. But throughout the development process, one thought kept nagging at me: "What would this look..