{
"eventId": "string",
"title": "string",
"image": "string",
"describe": "string",
"eventType": 0,
"eventType2": 0,
"liveSource": "string",
"videoUrl": "string",
"liveStartTime": 0,
"liveEndTime": 0
}curl --location --request POST 'test-mg-admin.hwyc.io/pri/v1/event/modify' \
--header 'Content-Type: application/json' \
--data-raw '{
"eventId": "string",
"title": "string",
"image": "string",
"describe": "string",
"eventType": 0,
"eventType2": 0,
"liveSource": "string",
"videoUrl": "string",
"liveStartTime": 0,
"liveEndTime": 0
}'{
"code": 0,
"msg": "",
"data": {},
"success": false
}