Authorization: ********************curl --location --request POST 'http://localhost:6567/api/v1/api/v1/me/units//start' \
--header 'Authorization: Bearer <token>'{
"unitId": "unit-001",
"unitName": "Getting Started",
"startedAt": "2024-01-20T10:30:00Z",
"progress": 0
}