List all graph tables in the dbTo list all graph tables in the db:Method : GETURI : /graph/listExamplecurl -X GET http://192.168.1.105:18080/graph/listResponse{ "graphs":[ "mygraph", "website_graph" ], "num_graphs":2 }