V2 map and deployment APIs

The deployment endpoints provide ways to manage packages depoyed to the REST Runtime.

These APIs can list packages on the server, get detailed informatin about a package, delete a package, or deploy a new package.

The POST /v2/packages endpoint allows a package contained in a SQLite file to be deployed. The SQLite files for packages are built using the HCL Link web UI. In typical usage, this API is not called directly. It is called automatically when performing a deployment through the UI.