curl --location --request GET 'https://api.ambrus.studio/v2-testing/merchant/game/reward/history?game=1&month=202509'{
"code": 200,
"message": "Get game reward history successfully",
"data": [
{
"id": 1,
"name": "zhagsan",
"score": 122,
"uid": "1321",
"reward": 12,
"tx_hash": "wqewe213weqe",
"status": 1,
"created_at": "2025-09-22T02:54:01.696Z",
"game": 1,
"month": "202509"
}
]
}