curl --location --request GET '/contests'
[
{
"base_contest": {
"id": 0,
"game_id": 0,
"states": {
"assign_ai_enabled": true,
"commit_ai_enabled": true,
"contest_script_environment_enabled": true,
"private_match_enabled": true,
"public_match_enabled": true,
"test_match_enabled": true
}
},
"id": 0,
"metadata": {
"cover_url": "string",
"readme": "string",
"title": "string"
},
"registration": {
"registration_enabled": true
}
}
]