curl --request POST \
--url https://api.ekyc.daksam.ai/kyc-api/v1.0/kyc/validate-applicant-documents \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--header 'x-api-secret: <api-key>' \
--data '
{
"applicant_id": "<string>",
"photo_document_url": "<string>",
"id_document_url": "<string>"
}
'