Method : GET

URI : /graph/<graph_table_name>/new

Example

curl -X GET http://192.168.1.105:18080/graph/mygraph/new

Response

{
   "msg": "success"
}