curl --location '/api/v1/public/documentverification/cac-certificate/pdf' \
--header 'X-Api-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"companyName": "string",
"registrationNumber": "string",
"pdfUrl": "string"
}'