Initiate a connection to a specified peer.
/net/connect
the endpoint to connect to expressed as either IP address or URL
OK
curl -L \ --request POST \ --url 'https://eos.nownodes.io/v1/net/connect' \ --header 'Content-Type: application/json' \ --data '{"endpoint":"text"}'
text