curl --location --request DELETE 'http://localhost:8080/game/popular/28' \
--header 'authorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6IjJhNjFhOWYyLThjMTQtNDRiMi1hNDkzLWMzNTBlMzkzODdhZCJ9.BtIY-7AYLCM1lJmp9Ahnh4nVH_S4x_k-2JnofQzb3oRQnvuE3YY5ZbPnosQF3Qfk2jGyebMT_LMn9XBhCfq3_w'{
"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"
}
}