{
"gamePlayId": "string",
"itemList": [
0
]
}curl --location --request POST 'test-mg-admin.hwyc.io/pub/v1/supports' \
--header 'Content-Type: application/json' \
--data-raw '{
"gamePlayId": "string",
"itemList": [
0
]
}'{
"code": 0,
"msg": "",
"data": [
[
{
"eventId": "",
"gamePlayId": "",
"itemId": 0,
"uid": "",
"userName": "",
"amount": ""
}
]
]
}