Authorization: ********************curl --location --request POST 'http://localhost:6567/api/v1/api/v1/me/courses//enroll' \
--header 'Authorization: Bearer <token>'{
"courseId": "course-001",
"courseName": "Python Basics",
"enrolledAt": "2024-01-20T10:30:00Z",
"progress": 0
}