Authorization: Bearer ********************
{
"action": "server"
}
curl --location --request POST 'https://google-voice.net/api/fcm/server' \
--header 'Content-Type: application/json' \
--data-raw '{
"action": "server"
}'
{
"status": true,
"code": 200,
"msg": "success",
"data": [
{
"serverId": 1,
"name": "洛杉矶服务器1",
"load": 200,
"account": 23,
"public": true,
"type": "【公共服务器】"
},
{
"serverId": 2,
"name": "腾讯云服务器",
"load": 100,
"account": 0,
"public": false,
"type": "【私有服务器】"
}
]
}