[
  {
    "ts": "2017-12-19T23:07:06+00:00",
    "name": "New custom endpoint",
    "active": true,
    "url_pattern": ".*",
    "verbs": "GET",
    "code": "var res = {result: 'Hello'};\nreturn JSON.stringify(res);\n",
    "comments": null,
    "authenticate": false
  }
]