{ "cursor": "0151Exxxx", "size": 50, "op_userid": "user01", "group_key": "CEDDFxxxx" }
curl --location --request POST 'http://127.0.0.1/topapi/attendance/group/positions/query?access_token=4c9ebd2b15xxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "cursor": "0151Exxxx", "size": 50, "op_userid": "user01", "group_key": "CEDDFxxxx" }'
{ "result": { "result": { "position_list": [ { "offset": 0, "address": "string", "latitude": "string", "longitude": "string", "position_key": "string" } ], "has_more": true }, "errcode": 0, "errmsg": "string", "success": true, "request_id": "string" } }