{ "agentId": 852825694, "userVisibleScopes": [ "user123", "manager4220" ], "deptVisibleScopes": [ 1, 2 ], "isHidden": false }
curl --location --request POST 'http://127.0.0.1/microapp/set_visible_scopes?access_token=6d1bxxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "agentId": 852825694, "userVisibleScopes": [ "user123", "manager4220" ], "deptVisibleScopes": [ 1, 2 ], "isHidden": false }'
{ "errmsg": "string", "errcode": 0 }