Authorization: Bearer ********************{
"keyword": "大二芯",
"current": 1,
"size": 10
}curl --location --request POST 'https://venuehelper.api.voc2018.com/properties/search' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"keyword": "大二芯",
"current": 1,
"size": 10
}'{"statusCode":200,"message":"操作成功","data":[{"id":"3","name":"TS 10m","propertyCode":"TT0002","propertyTypeId":"2","shelfId":null,"typeName":"TS 大二芯 6.35","shelfName":null,"shelfCode":null}]}