Authorization: Bearer ********************curl --location --request POST 'http://localhost:3000/api/v1/cv-builder/pdf' \
--header 'Authorization: Bearer <token>'{
"html": "<html><head><title>Test CV</title><style>body { font-family: sans-serif; }</style></head><body><h1>John Doe</h1><p>Software Engineer</p><p>Contact: john.doe@example.com</p><p>Skills: Java, Python, JavaScript</p><p>Experience: 5 years</p></body></html>",
"fileName": "john_doe_cv.pdf"
}