Compare API
Add a rest API mimicking the 'Collection Compare' servlet we have. It taken in something with a data structure like, List, where our Tuple is a (path, hash). The tuple will be a named class, but that can be determined later.
The response should be similar to the Compare servlet as well, showing items which are the same, different, or not found.