Authorization: Bearer ********************
curl --location --request GET '/api/Settings/GlobalSettings?language' \
--header 'Authorization: Bearer <token>'
{
"isEnabled": true,
"globalServerName": "string",
"whisperServerName": "string",
"chatCommandPrefix": "string",
"chatCommandSeparator": "string",
"handleChatMessageError": "string",
"teleZombieCheck": true,
"teleDisableTip": "string",
"killZombieTrigger": {
"isEnabled": true,
"executeCommands": [
"string"
]
},
"deathTrigger": {
"isEnabled": true,
"executeCommands": [
"string"
]
},
"autoRestart": {
"isEnabled": true,
"restartHour": 0,
"restartMinute": 0,
"messages": [
"string"
]
},
"blockFamilySharingAccount": true,
"removeSleepingBagFromPOI": true,
"isEnablePlayerInitialSpawnPoint": true,
"playerInitialPosition": "string",
"enableAutoZombieCleanup": true,
"autoZombieCleanupThreshold": 0,
"enableXmlsSecondaryOverwrite": true
}