curl --location --request GET 'https://2e0a7m2i9j.execute-api.eu-central-1.amazonaws.com/prod/community/v1/courses/top' \
--header 'x-api-key: api_key'{
"message": "string",
"data": [
{
"status": "string",
"title": "string",
"bannerUrl": "string",
"prevUrl": "string",
"description": "string",
"created_at": "string",
"post_title_slug": "string",
"lesson_count": 0,
"first_name": "string",
"last_name": "string",
"profile_pic": "string",
"email": "string",
"job_title": "string",
"company_name": "string",
"total_enrollments": 0
}
]
}