Authorization: Bearer ********************{
"id": "1",
"name": "卡侬 XLR 10m"
}curl --location --request PUT 'https://venuehelper.api.voc2018.com/properties' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "1",
"name": "卡侬 XLR 10m"
}'{
"statusCode": 200,
"message": "操作成功",
"data": null
}