curl --location --request GET '/api/v1/analyze/page?page&pageSize&kw'{
"code": 0,
"msg": "ok",
"data": {
"list": [
{
"id": "string",
"key": "string",
"name": "string",
"api": "string",
"type": 1,
"headers": {
"property1": "string",
"property2": "string"
},
"script": "string",
"isActive": true,
"createdAt": 0,
"updatedAt": 0
}
],
"total": 0,
"default": "string",
"flag": [
"string"
]
}
}