<!--- Please DO NOT remove the automatically added 'new issue' label --> <!--- Provide a general summary of the issue in the Title above --> ### Is your feature related to a problem? <!-- Provide a clear and concise description of what the problem is. For example, "I'm always frustrated when..." --> When using automatic path (number of hops), you do noy know where through the sessions is going. ### Describe the feature you'd like <!-- Provide a clear and concise description of what you want to happen. --> Possible response: POST: ``` { "target": "wireguard.staging.hoprnet.link:51820", "protocol": "udp", "ip": "172.17.0.18", "port": 9192, "path": ["12D3...","12D3...","12D3..."], "exitNpde": "12D3..." } ``` GET: ``` [ { "target": "wireguard.staging.hoprnet.link:51820", "protocol": "udp", "ip": "172.17.0.18", "port": 9192, "path": ["12D3...","12D3...","12D3..."], "exitNpde": "12D3..." }, {...} ] ```