Authorization: Bearer ********************{
"roleName": "管理员",
"roleKey": "admin"
}curl --location --request POST '/role' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"roleName": "管理员",
"roleKey": "admin"
}'