curl --location --request POST '/admin/api/v1/batchUploadFile' \
--data-urlencode 'file='
{
"code": "string",
"data": {
"responses": [
{
"fileId": 0,
"fileName": "string",
"filePath": "string"
}
]
},
"message": "string",
"success": true,
"timestamp": 0,
"traceId": "string"
}