createData
    Store.prototype.createData(request, response)
  
  A requestHandler that creates an item in the store.
fixture("POST /api/todos", todoStore.createData);
  
  
  
Store.prototype.createData(request, response)
  A requestHandler that creates an item in the store.
fixture("POST /api/todos", todoStore.createData);