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