Authorization: Bearer ********************
{ "compressFileName": "string", "targetFolder": "string" }
curl --location --request POST 'https://sbi.pigeon-server.cn/api/ui/decompression' \ --header 'Content-Type: application/json' \ --data-raw '{ "compressFileName": "string", "targetFolder": "string" }'
{ "status": true, "msg": "string", "data": "string" }