own:course), enrolled student (submit:coursework) or admin (manage:course). Returns the effective owner plus co-teachers.core.session_token: ********************Authorization: Bearer ********************curl --location '/courses//teachers'{
"success": true,
"message": "string",
"meta": {
"page": 0,
"limit": 0,
"total": 0
},
"errors": [
{
"code": "CR-100001",
"field": "string",
"message": "string"
}
],
"result": [
{
"teacherId": "string",
"name": "string",
"email": "string",
"image": "string",
"isOwner": true,
"addedAt": "2019-08-24T14:15:22.123Z"
}
]
}