Copying a list of objects and its sublists

So, I was able to do an actually copy of an object with nested list, multiple levels deep.

Essentially you have to create a series of API workflows that recreate the object from top to bottom using the default copy function.