Microservices - Migration from Monolith
Consider an Anti-corruption Layer function that converts legacy customer data
{"cust_id": 101, "cust_name": "Alice"} into a new model {"id": 101, "name": "Alice"}. What will be the output if the legacy data is {"cust_id": 202, "cust_name": "Bob"}?