curl --location --request GET '/api/v1/cloud/drive/page?page&pageSize&kw'{
"code": 0,
"msg": "ok",
"data": {
"list": [
{
"id": "string",
"key": "string",
"name": "string",
"api": "string",
"show": 0,
"startPage": "string",
"params": {
"property1": "string",
"property2": "string"
},
"search": true,
"headers": {
"property1": "string",
"property2": "string"
},
"isActive": true,
"createdAt": 0,
"updatedAt": 0
}
],
"total": 0,
"default": "string"
}
}