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