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