curl --location --request POST 'https://api.competitionsuite.com/groups/' \
--header 'Content-Type: application/json' \
--data-raw '{
"groupId": 0,
"circuitId": "string",
"name": "string",
"location": "string",
"divisionId": 0
}'
{}