Authorization: Bearer ********************
curl --location --request GET '/api/Settings/GameStore?language' \
--header 'Authorization: Bearer <token>'
{
"isEnabled": true,
"queryListCmd": "string",
"buyCmdPrefix": "string",
"goodsItemTip": "string",
"buySuccessTip": "string",
"pointsNotEnoughTip": "string",
"noGoods": "string"
}