curl --location --request PATCH 'https://api.cvviz.com/v1/candidates/' \
--header 'Idempotency-Key: cvviz-integration-operation-001' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"firstName": "Asha",
"lastName": "Sharma",
"email": "asha@example.com",
"phone": "+919876543210",
"source": "Customer API",
"experienceMonths": 72,
"qualifications": "B.Tech",
"skills": [
"Node.js",
"TypeScript"
],
"currentCity": "Pune",
"currentState": "Maharashtra",
"currentCountry": "India"
}'