Create base application for new API
This project will follow the new standard pattern established in the membership.eclipse.org project to accomplish builds and dev start-up commands. Otherwise, this is a decently standard API implementation that will use Quarkus 2.11.2 initially along with our common lib v0.6.10, the latest available version.
We will need connections to a FoundationDB API instance to properly look up user documents, as well as a client binding to Keycloak to validate clients requesting access to detailed/sensitive user info. The FDB API instance will be created locally, while the Keycloak binding will use clients created in the staging realm for local and staging access/operation, and the production instance for the production instance once completed.