As part of a system design round, candidates may be asked to design REST API endpoints on the spot. This includes defining resource-based URL paths with versioning (e.g., POST /v1/payments), selecting appropriate HTTP methods, and specifying request/response schemas. The specific…