Authorization: Bearer ********************{
"eventId": "1",
"ledDisplay": 1
}curl --location --request PUT 'https://venuehelper.api.voc2018.com/events/ledDisplay' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"eventId": "1",
"ledDisplay": 1
}'{
"statusCode": 200,
"message": "操作成功",
"data": null
}