{ "userid": "user456", "biz_type": 4, "class_id": 12348756 }
curl --location --request POST 'http://127.0.0.1/topapi/edu/circle/topiclist?access_token=6d1bxxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "userid": "user456", "biz_type": 4, "class_id": 12348756 }'
{ "result": [ { "topic_id": 0, "init_topic": true, "name": "string", "post_count": 0, "album_media_id": "string", "desc": "string" } ], "success": true, "errmsg": "string", "errcode": 0 }