{
"roleCode": "string",
"roleName": "string",
"description": "string",
"dataScope": "string",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
curl --location --request PUT '/blackHole3D/basic/role/update' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"roleCode": "string",
"roleName": "string",
"description": "string",
"dataScope": "string",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}'
{
"isSuccess": true,
"errMsg": "string"
}