{ "title": "string", "description": "string", "start_time": 0, "end_time": 0 }
curl --location --request POST 'http://localhost:8888/api/v1/contest' \ --header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJJRCI6MTY5OTY1OTY3MTM2MDUwMzgwOCwiaXNzIjoienR5IiwiZXhwIjoxNjk3MDMwNTMzfQ.LRCgPwzNAG3pN8U_paI9NrrI0nFt2IDXMwilIY9IEWM' \ --header 'Content-Type: application/json' \ --data-raw '{ "title": "string", "description": "string", "start_time": 0, "end_time": 0 }'
{ "status_code": 0, "status_msg": "string" }