{
"id": "959",
"popularOne": 1,
"popularTwo": 1,
"recommendedStatus": 1,
"stopStatus": 1,
"gameStatus": 1,
"demoStatus": 1
}curl --location --request PUT 'http://localhost:8080/game/game/switch' \
--header 'authorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6Ijk5Zjc1OTBkLTA2OWUtNGY3Mi1iYzEwLWNlYzc5NTRjMmVlMCJ9.TZQFuV6LS_qLNZFu7Q2AAoSyfkDPFtzjSWm0YM2Gx5LcMbWP9Qt83qpJFthS9chh0mBcnSVUaR528X_yOeZAjw' \
--header 'Content-Type: application/json' \
--data '{
"id": "959",
"popularOne": 1,
"popularTwo": 1,
"recommendedStatus": 1,
"stopStatus": 1,
"gameStatus": 1,
"demoStatus": 1
}'{
"msg": "string",
"code": 0,
"data": {
"id": null,
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": null,
"remark": "string",
"configId": 0,
"configName": "string",
"configKey": "string",
"configValue": "string",
"configType": "string"
}
}