public IActionResult Additem(int id, [FromBody] TodoItem todoItem) { var data = todos.Addtodoitem(id, todoItem); return(Ok(data)); }