{ "role_id": 12345, "dept_ids": "1231,2423", "userid": "EMP123" }
curl --location --request POST 'http://127.0.0.1/topapi/role/scope/update?access_token=Be3xxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "role_id": 12345, "dept_ids": "1231,2423", "userid": "EMP123" }'
{ "errcode": 0, "errmsg": "string", "request_id": "string" }