{ "class_id": 4240006, "page_no": 1, "page_size": 30 }
curl --location --request POST 'http://127.0.0.1/topapi/edu/user/relation/list?access_token=6d1bxxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "class_id": 4240006, "page_no": 1, "page_size": 30 }'
{ "result": { "has_more": true, "relations": [ { "class_id": 0, "relation_name": "string", "relation_code": "string", "from_userid": "string", "to_userid": "string" } ] }, "success": true, "errcode": 0, "errmsg": "string", "request_id": "string" }