{ "name": "test", "description": "测试" }
curl --location 'http://127.0.0.1:8086/api/role' \ --header 'Content-Type: application/json' \ --data '{ "name": "test", "description": "测试" }'