Authorization: ********************{
"id": "string",
"userId": 0,
"headline": "string",
"content": "string",
"inputFactor": "string",
"dataType": 0
}curl --location '/agentAi/update' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"id": "string",
"userId": 0,
"headline": "string",
"content": "string",
"inputFactor": "string",
"dataType": 0
}'{}