{
"id": 1
}curl --location --request POST '/myauth/web/getEvent' \
--header 'token: 2b036bd8139e44e1a8034e371d9584a7' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1
}'{
"code": 200,
"success": true,
"msg": "查询成功",
"sign": "",
"result": {
"id": 1,
"name": "解绑2",
"point": -10,
"seconds": -3600,
"addTime": 1645689498,
"status": 1,
"fromSoftId": 1,
"fromSoftName": null
},
"timestamp": 1645973098492
}