{
"storageKey": "string",
"paths": [
"string"
],
"expireTime": 0
}curl --location 'https://demo.zfile.vip/api/short-link/batch/generate' \
--header 'Content-Type: application/json' \
--data '{
"storageKey": "string",
"paths": [
"string"
],
"expireTime": 0
}'{
"code": "0",
"msg": "ok",
"data": [
{
"address": "string"
}
],
"dataCount": 0,
"traceId": "string"
}