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