[
{
"output": {
"status": "ok",
"data": {
"response": {
"courseType": "RecordedCourse",
"createdAt": "<string>",
"lastUpdatedAt": "<string>",
"instructors": [
{
"name": "<string>",
"profilePhotoUrl": "<string>",
"longDescriptionMarkdown": "<string>",
"tagline": "<string>"
}
],
"courseItems": [
{
"courseItemId": "<string>",
"sectionName": "<string>",
"link": "<string>",
"isFreePreviewAvailable": true,
"type": "Article",
"articleTitle": "<string>"
}
]
}
}
}
}
]