{
"serverId": 0
}
curl --location --request POST 'http://test1-opapi.nn.com/gamehub/api/v1/battle/player/tierRank' \
--header 'reqChannel: 3' \
--header 'appid: nnPcWeb_8GIXaARk' \
--header 'token: nnPcWeb_8GIXaARk5f8ac0920aeb46da995dd43319d5e9a1' \
--header 'Content-Type: application/json' \
--data-raw '{
"serverId": 0
}'
{
"retCode": "",
"retMsg": "",
"retData": [
{
"bindId": 0,
"serverId": 0,
"gameId": 0,
"playerId": 0,
"playerNickName": "",
"bindStatus": 0,
"visibilityStatus": 0,
"authStatus": 0,
"authStatusView": "",
"bindTime": "",
"refreshTime": "",
"tier": "",
"subTier": ""
}
],
"retTime": ""
}