Authorization: Bearer ********************{
"name": "张三",
"telephone": "10000000000",
"studentId": "100000000"
}curl --location 'https://venuehelper.api.voc2018.com/users' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "张三",
"telephone": "10000000000",
"studentId": "100000000"
}'{
"statusCode": 200,
"message": "操作成功",
"data": "@lGDX06^Nsh`"
}