curl --location --request GET '/api/v1/cloud/drive/active'{
"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
}
],
"default": {
"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
}
}
}