{ "participant_type": 1, "role": "student", "course_code": "GJKI49001", "participant_corpid": "ding4220d8e5128d0edd", "participant_id": "user01", "op_userid": "manager1" }
curl --location --request POST 'http://127.0.0.1/topapi/edu/course/participant/add?access_token=bE3xxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "participant_type": 1, "role": "student", "course_code": "GJKI49001", "participant_corpid": "ding4220d8e5128d0edd", "participant_id": "user01", "op_userid": "manager1" }'
{ "request_id": "string", "result": true, "success": true, "errcode": 0, "errmsg": "string" }