Added path argument for Ogmios client.
This PR adds a path argument to ogmios.Client so that Ogmios servers can be served from a specific path.
For example, if an Ogmios is served from home.local/mainnet/, it is now possible to connect using:
with ogmios.Client(host="home.local", port=80, path="mainnet"):
...