Authorization: ********************curl --location 'http://localhost:6567/api/v1/api/v1/units//exercises/' \
--header 'Authorization: Bearer <token>'{
"id": "exercise-001",
"title": "Hello World",
"description": "Write a program that prints Hello World",
"difficulty": "easy",
"language": "python",
"boilerplate": "print()",
"testCases": 5
}