curl --location --request POST 'https://dedaolm.com/api/account/server/listByGame' \
--header 'dedao-token;' \
--form 'gameId="1"'{
"code": 0,
"data": [
{
"id": 3,
"game": 1,
"name": "安卓QQ",
"parentId": 1
}
],
"msg": ""
}