{
"newRoleId": "string",
"oldRoleId": "string"
}
curl --location --request POST 'http://dev-cn.your-api-server.com/system/role/replace' \
--header 'Content-Type: application/json' \
--data-raw '{
"newRoleId": "string",
"oldRoleId": "string"
}'
{
"code": 0,
"data": {},
"msg": "string"
}