curl --location --request DELETE 'http://prod-cn.your-api-server.com/api/upload/a0cb39d0-ff6b-4799-b0cd-63a700307822' \
--header 'Authorization: Bearer {{token}}'{
"code": 0,
"message": "string",
"data": {
"items": [
{
"id": 0,
"originalName": "string",
"storageName": "string",
"type": "string",
"mimeType": "string",
"size": 0,
"extension": "string",
"path": "string",
"url": null,
"description": null,
"uploaderId": null,
"createdAt": "string",
"updatedAt": "string"
}
],
"total": 0,
"page": 0,
"pageSize": 0,
"totalPages": 0
}
}