access-token: ********************{
"action_type": "update",
"type": "server",
"id": 1,
"description": "更新了服务器配置"
}curl --location '/log/operation' \
--header 'access-token: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"action_type": "update",
"type": "server",
"id": 1,
"description": "更新了服务器配置"
}'{
"success": true,
"message": "操作日志记录成功"
}