So until those front end devs make a nice UI, this is for us to test and experiment with our backend.
If you have node installed, just run:
npm install
npm run redoc
If you have docker installed and running, you can build a node container to run this redoc web UI:
./docker_up.sh
And you should see a nice UI for interacting with the backend on http://localhost:8080