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