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