Authorization: Bearer ********************{
"seriesId": "2",
"events": [
"1",
"2",
"3"
]
}curl --location --request POST 'https://venuehelper.api.voc2018.com/series/addEvents' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"seriesId": "2",
"events": [
"1",
"2",
"3"
]
}'{
"statusCode": 200,
"message": "操作成功",
"data": null
}