curl --location 'https://demo.zfile.vip/admin/storage-params?storageType=undefined' \
--header 'zfile-token;'{
"code": "0",
"msg": "ok",
"data": [
{
"order": 0,
"key": "string",
"name": "string",
"description": "string",
"required": true,
"defaultValue": "string",
"link": "string",
"linkName": "string",
"pro": true,
"type": "input",
"options": [
{
"label": "string",
"value": "string"
}
],
"optionAllowCreate": true,
"condition": "string",
"hidden": true
}
],
"dataCount": 0,
"traceId": "string"
}