Authorization: Bearer ********************
{ "courseId": 0 }
curl --location 'http://localhost:3000/api/v1/lms/enrollment' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "courseId": 0 }'
{}