"path": "C://Users/User/Downloads/test.jpg",
"website": "https://www.pixiv.net/artworks/83585181",
"tags": ["FGO", "アルトリア・キャスター"],
"folderId": "KEHB8I2C9F23H"
body: JSON.stringify(data),
fetch("http://localhost:41595/api/item/addFromPath", requestOptions)
.then(response => response.json())
.then(result => console.log(result))
.catch(error => console.log('error', error));