curl --location '/file/body/material' \
--header 'Authorization: Bearer {{token}}' \
--form 'file=@""'{
"code": 0,
"msg": "",
"data": {
"fileId": "",
"fileUrl": "",
"fileName": "",
"fileSize": 0,
"chunkIndex": 0,
"totalChunks": 0
}
}