Single-endpoint API that renders a user-provided Plotly JS chart and returns it as a PNG image.
minikube image build -t imggen:latest .
npm start
curl -v -X POST -d '{"test": 1}' -H 'Content-Type: application/json' --output result.png localhost:3000