create network
```json { "edges":[ { "from":"bar", "to":"xxx", "capacity":100 } ],
"places":{ "bar":{ "id":"bar", "marks":[], "capacity":5 } },
"transitions":{ "xxx": { "id":"xxx" } } } ```