{
"theme_id": "string",
"last_questions": [
"string"
]
}curl --location --request POST '/public-api/chat/get-leading-question' \
--header 'Timestamp;' \
--header 'Cookie: uIdToken=xxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"theme_id": "string",
"last_questions": [
"string"
]
}'{
"code": 200,
"data": {
"questions": [
"问题1",
"问题2",
"问题3"
]
}
}