{
"clientID": "管理员ID",
"objectId": "14060000003",
"gameName": "游戏内显示的名字"
}curl --location --request POST 'https://df-api.shallow.ink/df/object/setGameName' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"clientID": "管理员ID",
"objectId": "14060000003",
"gameName": "游戏内显示的名字"
}'{}