Authorization: Bearer ********************{
"fileName": "string",
"chunkHashList": [
"string"
],
"removeChunkFile": true
}curl --location 'https://sbi.pigeon-server.cn/api/ui/merge' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"fileName": "string",
"chunkHashList": [
"string"
],
"removeChunkFile": true
}'{
"status": true,
"msg": "string",
"data": "string"
}