curl --request POST \
--url https://{host}/Agent/Intelligence/Add \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"Information": {
"endpoint": "<string>",
"expires": "2023-11-07T05:31:56Z",
"vector": "<string>",
"protocol": "<string>",
"classification": "<string>",
"code": "<string>",
"message": "<string>",
"Tag": [
{
"name": "<string>",
"value": "<string>",
"type": "<string>"
}
],
"AgentProperty": [
{
"name": "<string>"
}
]
}
}
'