curl --location --request PUT 'https://api.falken.ltd/api/marksmanship/season/' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"description": "string",
"leagueId": "58549e12-c6e6-4e03-99d1-6e916f71ce9a",
"startDate": "2019-08-24T14:15:22.123Z",
"endDate": "2019-08-24T14:15:22.123Z",
"registrationStartDate": "2019-08-24T14:15:22.123Z",
"registrationEndDate": "2019-08-24T14:15:22.123Z",
"registrationFee": 0,
"isActive": true,
"isPublished": true
}'{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"leagueId": "58549e12-c6e6-4e03-99d1-6e916f71ce9a",
"name": "string",
"startDate": "2019-08-24T14:15:22.123Z",
"endDate": "2019-08-24T14:15:22.123Z",
"isActive": true,
"created": "2019-08-24T14:15:22.123Z",
"updated": "2019-08-24T14:15:22.123Z"
}