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