{ "role": "student", "class_id": 4242006, "page_no": 1, "page_size": 30 }
curl --location --request POST 'http://127.0.0.1/topapi/edu/user/list?access_token=6d1bxxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "role": "student", "class_id": 4242006, "page_no": 1, "page_size": 30 }'
{ "result": { "has_more": true, "details": [ { "class_id": 0, "role": "string", "feature": "string", "is_adviser": "string", "student_no": "string", "name": "string", "unionid": "string", "userid": "string" } ] }, "success": true, "errcode": 0, "errmsg": "string", "": "string" }