{
"created_at": "string",
"match_type": "east",
"record_1": {
"player_name": "string",
"points": 0,
"start_direction": "east"
},
"record_2": {
"player_name": "string",
"points": 0,
"start_direction": "east"
},
"record_3": {
"player_name": "string",
"points": 0,
"start_direction": "east"
},
"record_4": {
"player_name": "string",
"points": 0,
"start_direction": "east"
}
}
curl --location --request POST '/api/v1/match-records' \
--header 'Content-Type: application/json' \
--data-raw '{
"created_at": "string",
"match_type": "east",
"record_1": {
"player_name": "string",
"points": 0,
"start_direction": "east"
},
"record_2": {
"player_name": "string",
"points": 0,
"start_direction": "east"
},
"record_3": {
"player_name": "string",
"points": 0,
"start_direction": "east"
},
"record_4": {
"player_name": "string",
"points": 0,
"start_direction": "east"
}
}'
{
"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"
}