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