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