Service & Protocol Registry Multi-Tenant
const config = await fetch('/v1/tenants/demo/contracts/TraceabilityContract.json').then(r => r.json());
config = requests.get('http://localhost:4010/v1/tenants/demo/contracts/TraceabilityContract.json').json()