{ "op_user_id": "user123", "group_id": 685935028 }
curl --location --request POST 'http://127.0.0.1/topapi/attendance/group/query?access_token=6d1bxxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "op_user_id": "user123", "group_id": 685935028 }'
{ "result": { "name": "string", "shift_ids": [ 0 ], "id": 0, "wifis": [ "string" ], "address_list": [ "string" ], "work_day_list": [ 0 ], "member_count": 0, "type": "string", "url": "string", "manager_list": "string", "owner_user_id": "string" }, "success": true, "errcode": 0, "request_id": "string" }