"itemIds": ["KWLKGQW2HTHC7", "KWLOGLTX0FGHF"]
body: JSON.stringify(data),
fetch("http://localhost:41595/api/item/moveToTrash", requestOptions)
.then(response => response.json())
.then(result => console.log(result))
.catch(error => console.log('error', error));