{ "cursor": 0, "size": 10, "op_userid": "manager" }
curl --location --request POST 'http://127.0.0.1/topapi/edu/course/list?access_token=bE3xxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "cursor": 0, "size": 10, "op_userid": "manager" }'
{ "request_id": "string", "success": true, "errcode": 0, "errmsg": "string", "result": { "has_more": true, "list": [ { "biz_key": "string", "teacher_userid": "string", "teacher_corpid": "string", "end_time": 0, "start_time": 0, "introduce": "string", "name": "string", "code": "string" } ], "next_cursor": 0 } }