{
"app_name": "test1",
"description": "string",
"llm_model": "string",
"is_active": 0
}curl --location '/app/update' \
--header 'Token: {{TOKEN}}' \
--header 'kb-code: kb_0edfbf5378fd' \
--header 'timestamp: 1787298374' \
--header 'sign: a0424f783b66311445533b87e3ff7ab6' \
--header 'Content-Type: application/json' \
--data '{
"app_name": "test1",
"description": "string",
"llm_model": "string",
"is_active": 0
}'{
"success": true,
"code": 200,
"message": "修改成功",
"data": {
"kb_code": "kb_413713c07274",
"app_name": "test1",
"description": "string",
"llm_model": "string",
"is_active": 0
}
}