{ "cursor": "0151E022xxxx", "size": 50, "op_userid": "user01", "group_key": "015xxxx" }
curl --location --request POST 'http://127.0.0.1/topapi/attendance/group/wifis/query?access_token=4c9ebd2b1534xxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "cursor": "0151E022xxxx", "size": 50, "op_userid": "user01", "group_key": "015xxxx" }'
{ "result": { "result": { "wifi_list": [ { "mac_addr": "string", "ssid": "string", "wifi_key": "string" } ], "has_more": true }, "errcode": 0, "errmsg": "string", "success": true, "request_id": "string" } }