Authorization: Bearer ********************
{
"fileIds": [
0
],
"newFileGroupId": 0
}
curl --location --request PUT 'http://localhost:8098/admin/file' \
--header 'Content-Type: application/json' \
--data-raw '{
"fileIds": [
0
],
"newFileGroupId": 0
}'
{
"code": 200,
"errMsg": null,
"data": [
"/wallhaven-3l2dgv.jpg"
]
}