{
  "bindings": [
    {
      "authLevel": "function",
      "type": "httpTrigger",
      "direction": "in",
      "name": "req",
      "methods": ["get", "post", "delete"]
    },
    {
      "type": "http",
      "direction": "out",
      "name": "res"
    }
  ]
}
