curl --location --request GET 'https://api.ambrus.studio/v2-testing/merchant/game/scores?game=1' \
--header 'Authorization: bearer URDUB6c+FfxhAXOKSqC36GFkF61WVFfKlRCzVuwfg3JBYJuDrpUBDeAwoWx4G1BA7tvOAG4POLYwl6pDLcyLKg=='{
"code": 0,
"message": "string",
"data": [
{
"id": 0,
"name": "string",
"score": 0,
"uid": "string",
"created_at": "string",
"updated_at": "string",
"game": 0
}
]
}