{
"text": "string",
"top_k": 1
}curl --location '/api/v1/agent/keywords' \
--header 'Content-Type: application/json' \
--data '{
"text": "string",
"top_k": 1
}'{
"code": 0,
"message": "success",
"data": {
"keywords": [
"string"
]
}
}