Authorization: Bearer ********************
curl --location --request GET '/chat/getRecommendedTopics?receiveId&sendId&num'
{ "data": { "topicList": [ { "id": 0, "type": "string", "title": "string", "content": "string", "optionList": "string" } ] }, "flag": true, "msg": "string" }