curl --location --request GET '/chest/chest-config/queryDetailById?id' \
--header 'x-access-token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzeXNVaWQiOiJlOWNhMjNkNjhkODg0ZDRlYmIxOWQwNzg4OTcyN2RhZSIsInVzZXJJZGVudGl0eSI6MiwiZXhwIjoxNzQ3MDgxNzYzLCJ1c2VybmFtZSI6ImFkbWluIn0.NaeqryXHUXcM8u5j_l2cIjTyywLEiMHQklrPpEHy79k'
{
"code": 0,
"message": "string",
"result": {
"adjustmentFactor": 0,
"chestCreateConfig": "string",
"id": 0,
"incomeWeight": 0,
"info": "string",
"name": "string",
"pic": "string",
"quota": 0,
"redeemPoints": 0,
"remark": "string",
"status": 0
},
"success": true,
"timestamp": 0
}