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