{ "op_user_id": "user123", "group_id": 98562 }
curl --location --request POST 'http://127.0.0.1/topapi/attendance/group/memberusers/list?access_token=6d1bxxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "op_user_id": "user123", "group_id": 98562 }'
{ "request_id": "string", "errcode": 0, "success": true, "result": { "has_more": true, "cursor": 0, "result": [ "string" ] } }