Authorization: Bearer ********************
curl --location --request GET 'http://7dtdserver.local:8088/api/AppSettings' \
--header 'Authorization: Bearer <token>'
{
"userName": "string",
"password": "string",
"webUrl": "string",
"webSocketPort": 0,
"webSocketUrl": "string",
"accessTokenExpireTime": 0,
"databasePath": "string",
"serverSettingsFileName": "string"
}