Authorization: Bearer ********************{
"name": "admin",
"displayName": "管理员"
}curl --location --request POST 'https://venuehelper.api.voc2018.com/roles' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "admin",
"displayName": "管理员"
}'{
"statusCode": 200,
"message": "操作成功",
"data": null
}