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