curl --location --request POST '/get_guild_list' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"status": "ok",
"retcode": 0,
"data": [
{
"guild_id": "123456",
"guild_name": "测试频道"
}
],
"message": "",
"wording": "",
"stream": "normal-action"
}