{
"title": "string",
"description": "string",
"status": 1,
"format": 1,
"team_size": "1",
"start_time": "CURRENT_TIMESTAMP",
"end_time": "CURRENT_TIMESTAMP",
"problem_ids": [
0
],
"user_ids": [
0
]
}curl --location '/contest' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdXRob3JpemVkIjp0cnVlLCJleHAiOjE3NDk0OTMwMTEsInVpZCI6M30.ZILhTAGVYhJN-lN0VU09JktCzok7UjjwUFVcGJna1Y0' \
--header 'Content-Type: application/json' \
--data '{
"title": "string",
"description": "string",
"status": 1,
"format": 1,
"team_size": "1",
"start_time": "CURRENT_TIMESTAMP",
"end_time": "CURRENT_TIMESTAMP",
"problem_ids": [
0
],
"user_ids": [
0
]
}'{
"code": 0,
"msg": "string",
"data": 0
}