Modules\System\Http\Controllers\Admin\FileController::deleteAuthorization: Bearer ********************{
"ids": [
"string"
],
"cid": 0
}curl --location '/adminapi/system/file/delete' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"ids": [
"string"
],
"cid": 0
}'{
"code": 200,
"message": "",
"data": null
}