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