{
"userIds": [
0
],
"op": "Y"
}
curl --location --request POST 'https://test-api.yunjishop.cn/member/user/belongAdminOp' \
--header 'Content-Type: application/json' \
--data-raw '{
"userIds": [
0
],
"op": "Y"
}'
{
"code": 0,
"msg": "string",
"trace": "string",
"data": {}
}