[
  {
    "ts": "2017-12-28T15:29:28+00:00",
    "name": "New custom endpoint",
    "active": true,
    "url_pattern": ".test",
    "verbs": "GET,",
    "code": "var res = {result: 'Hello'};\nreturn JSON.stringify(res);\n",
    "comments": null,
    "authenticate": false
  },
  {
    "ts": "2017-12-28T15:30:04+00:00",
    "name": "New custom endpoint 2",
    "active": true,
    "url_pattern": ".test2",
    "verbs": "GET,POST,PUT,DELETE",
    "code": "var res = {result: 'Hello World'};\nreturn JSON.stringify(res);\n",
    "comments": "comment",
    "authenticate": true
  }
]