Authorization: ********************curl --location 'http://localhost:6567/api/v1/api/v1/learning-paths/me' \
--header 'Authorization: Bearer <token>'{
"pathId": "path-001",
"name": "Web Development Fundamentals",
"progress": 45,
"courses": [
{
"id": "course-001",
"title": "HTML Basics",
"completed": true
}
]
}