public void Post([FromBody] List <AddMeasurementsToShoppingListItem> request) { myShoppingListService.AddMeasurementsToShopItems(request); }