Authorization: Bearer ********************{
"dataScope": "string",
"deptIds": [
0
],
"roleId": 0
}curl --location --request PUT 'http://gin-user-center.jinxinapp.cn/api/v1/role-status/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"dataScope": "string",
"deptIds": [
0
],
"roleId": 0
}'{
"code": 0,
"msg": "string",
"requestId": "string",
"status": "string"
}