I'm trying to build an API in node.js that syncs two different systems, and I'm having trouble breaking down an array of objects I receive from my source system. Basically, I receive an array that looks a bit like this:I'm trying to build an API in node.js that sync