ngrok http https://localhost:44360 -host-header="localhost:44360"
ngrok http https://localhost:58043 -host-header="localhost:58043"
ngrok http https://localhost:44364 --host-header="localhost:44364"
// take note there is '--' not '-'
ngrok http 8080 --host-header=rewrite
ngrok http https://localhost:5001 -host-header="localhost:5001"