curl --location --request POST 'https://api.falken.ltd/api/competitions//stages' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"stageType": "string",
"shotsPerAthlete": 1,
"displayOrder": 1,
"timeLimitMinutes": 1,
"notes": "string"
}'{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"matchId": "685569fd-95e6-4335-9aa5-fdd22382bd9e",
"name": "string",
"stageType": "string",
"shotsPerAthlete": 0,
"displayOrder": 0,
"isActive": true,
"isCompleted": true,
"startedAt": "2019-08-24T14:15:22.123Z",
"completedAt": "2019-08-24T14:15:22.123Z",
"timeLimitMinutes": 0,
"notes": "string"
}