Authorization: Bearer ********************
{
"roleType": "GROUP",
"id": "string",
"name": "string",
"sort": 0,
"dataScopeType": 0,
"remark": "string"
}
curl --location --request POST 'https://jiugang.mhiiot.cn/openapi/project/api/sysRole/edit' \
--header 'Content-Type: application/json' \
--data-raw '{
"roleType": "GROUP",
"id": "string",
"name": "string",
"sort": 0,
"dataScopeType": 0,
"remark": "string"
}'
{}