{
"title": "string",
"start_time": "string",
"end_time": "string",
"description": "string",
"problem_list_mode": true,
"is_hidden": true,
"allow_sign_up": true,
"problems": [
0
],
"users": [
0
]
}
curl --location --request POST '/contest/' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "string",
"start_time": "string",
"end_time": "string",
"description": "string",
"problem_list_mode": true,
"is_hidden": true,
"allow_sign_up": true,
"problems": [
0
],
"users": [
0
]
}'
{}