curl --location --request GET '/knowledge/' \
--header 'Authorization: Bearer 0cb972b0-516c-8c7a-8c95-955263eed4c1'
{
"code": 0,
"message": "string",
"data": {
"id": 0,
"rules": [
"string"
],
"imtypes": [
"string"
],
"groups": [
"string"
],
"type": "string",
"content": "string",
"request": {
"url": "string",
"method": "string",
"body": "string",
"headers": [
"string"
],
"location": true,
"response_type": "string",
"get": "string",
"regex": "string",
"template": "string",
"disappear": "string"
},
"replace": "string"
}
}