curl --location --request PUT '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"
}'