How to add team member using /api/v1/course_runs/

I am trying to add staff members while creating a course using /api/v1/course_runs/ but it doesn’t accept team “CourseRunTeam” does anyone know how to add this parameter?

Ok, I figured out how to pass the team parameter

“team”: [{“user”:“username1”,“role”:“instructor”},{“user”:“username2”,“role”:“staff”}]