[
{
"id": 0,
"storageType": "string",
"filePath": "string",
"fileSize": 0,
"dataStorageMonth": 0,
"fileStorageDay": 0,
"status": 0,
"checkTime": "string",
"updateTime": "string"
}
]
curl --location --request POST '/api/data-storage/runJob' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"id": 0,
"storageType": "string",
"filePath": "string",
"fileSize": 0,
"dataStorageMonth": 0,
"fileStorageDay": 0,
"status": 0,
"checkTime": "string",
"updateTime": "string"
}
]'
{
"code": 0,
"data": null,
"message": "",
"count": 0,
"currentPage": 0,
"totalPages": 0
}