{
"id": 0,
"roleName": "string",
"resourceIdList": [
0
],
"menuIdList": [
0
]
}
curl --location --request POST 'http://127.0.0.1:8090/admin/role' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"roleName": "string",
"resourceIdList": [
0
],
"menuIdList": [
0
]
}'
{
"flag": false,
"code": 0,
"message": "",
"data": null
}