{
"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": true
},
"replace": [
[
"string"
]
]
}
curl --location --request POST '/knowledge' \
--header 'Authorization: Bearer 0cb972b0-516c-8c7a-8c95-955263eed4c1' \
--header 'Content-Type: application/json' \
--data-raw '{
"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": true
},
"replace": [
[
"string"
]
]
}'
{}