curl --location --request GET '/api/v1/match-records?name'
[
{
"created_at": "string",
"record_1": {
"player_name": "string",
"points": 0,
"start_direction": "east",
"rank": "novice_1",
"pt": 0
},
"record_2": {
"player_name": "string",
"points": 0,
"start_direction": "east",
"rank": "novice_1",
"pt": 0
},
"record_3": {
"player_name": "string",
"points": 0,
"start_direction": "east",
"rank": "novice_1",
"pt": 0
},
"record_4": {
"player_name": "string",
"points": 0,
"start_direction": "east",
"rank": "novice_1",
"pt": 0
},
"match_type": "east"
}
]