VenAssure 2.0 WebAPI Your API will now be available via http://localhost:4300/api/Values

Try it out via curl using the command below. Make sure your replace [TOKEN] with the token obtained from the link above.
curl http://localhost:4300/api/Values -i --header "Authorization: Bearer [TOKEN]"

Note: Port will vary depending on whether you run via Visual Studio or "dotnet run" (port 5000)