Authorization: ********************curl --location 'http://localhost:6567/api/v1/api/v1/courses/enrolled?search=undefined&level=undefined&page=undefined&limit=undefined' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "course-001",
"title": "Python Basics",
"progress": 45,
"lastAccessed": "2024-01-20T10:30:00Z"
}
],
"page": 1,
"limit": 10,
"total": 5
}