curl --location --request POST 'https://api.competitionsuite.com/events' \
--header 'Content-Type: application/json' \
--data-raw '{
"seasonId": 0,
"name": "string",
"location": "string",
"eventType": 0,
"featureLevel": 0,
"startDate": "2019-08-24",
"endDate": "2019-08-24"
}'
{
"id": 1234
}