{
"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": "string",
"data": [
[
{
"eventId": "string",
"gamePlayId": "string",
"itemId": 0,
"uid": "string",
"userName": "string",
"amount": "string"
}
]
],
"success": true
}