Authorization: Bearer ********************
{
"key": {}
}
curl --location --request POST 'http://127.0.0.1:8089/sys/sysDepartRole/datarule' \
--header 'Content-Type: application/json' \
--data-raw '{
"key": {}
}'
{
"success": false,
"message": "",
"code": 0,
"result": null,
"timestamp": 0
}