{ "cursor": 0, "course_code": "GJKI49001", "size": 10, "op_userid": "manager" }
curl --location --request POST 'http://127.0.0.1/topapi/edu/course/participant/list?access_token=Be3xxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "cursor": 0, "course_code": "GJKI49001", "size": 10, "op_userid": "manager" }'
{ "result": { "has_more": true, "list": [ { "role": "string", "participant_id": "string", "participant_type": "string", "participant_corpid": "string" } ], "next_cursor": 0 }, "success": true, "errcode": 0, "errmsg": "string", "request_id": "string" }