Authorization: Bearer ********************
[
"1881240407917031425"
]
curl --location --request DELETE 'http://10.12.186.133:30924/zspt/file' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '[
"1881240407917031425"
]'
{
"code": 0,
"msg": null,
"data": true,
"ok": true
}