Authorization: Bearer ********************{
"gamePlayId": "string",
"items": [
0
],
"dealType": 0,
"forfeitInfo": {
"0": 0
},
"operator": "string",
"remark": "string"
}curl --location --request POST 'test-mg-admin.hwyc.io/v1/event/adjust' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"gamePlayId": "string",
"items": [
0
],
"dealType": 0,
"forfeitInfo": {
"0": 0
},
"operator": "string",
"remark": "string"
}'{
"code": 0,
"msg": "",
"data": {},
"success": false
}