curl --location 'http://localhost:6567/api/v1/api/v1/courses//units'{
"courseId": "course-001",
"units": [
{
"id": "unit-001",
"title": "Getting Started",
"lessons": 5,
"completed": false
}
]
}