curl --location --request GET '/api/v1/vis/plugin/local?page&page_size' \
--header 'x-token: {{x-token}}'{
"code": 0,
"message": "string",
"data": {
"list": [
{
"create_at": 0,
"files": [
{
"file_name": "string",
"file_size": "string",
"file_url": "string"
}
],
"id": "string",
"plugin_name": "string"
}
],
"total": 0
}
}