curl --location --request GET 'https://api.ambrus.studio/v2-testing/merchant/games/history/rank?game_code=finalSalvation&season_range=2025-3-28-4-4&season_type=1'
{ "code": 0, "message": "string", "data": [ { "id": 0, "season_type": 0, "create_time": "string", "season_range": "string", "game_code": "string", "platform_player_id": "string", "wallet_address": "string", "rank": 0, "achievement": 0, "reward_amount": 0, "status": 0 } ] }