meta {
  name: Get Students
  type: http
  seq: 5
}

get {
  url: {{base_url}}/classroom-compliance/classes/:classId/students
  body: none
  auth: inherit
}

params:path {
  classId: {{class_id}}
}