
APIs often return data in inconvenient formats. Let's transform a nested API response into a flat, usable structure.
apiResponse with nested user datanormalizedUsers array with flat objectsid, fullName (combined first + last), email, cityaddress gracefully (use "Unknown" for city)Submit your code to see test results