curl --location --request GET '/api/v1/analyze/active'{
"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
}
],
"default": {
"id": "string",
"key": "string",
"name": "string",
"api": "string",
"type": 1,
"headers": {
"property1": "string",
"property2": "string"
},
"script": "string",
"isActive": true,
"createdAt": 0,
"updatedAt": 0
},
"flag": [
"string"
]
}
}