curl --location --request POST 'https://api.emptra.com/panKyc/company' \
--header 'Content-Type: application/json' \
--header 'clientId: {{clientId}}' \
--header 'secretKey: {{secretKey}}' \
--data-raw '{
"pan": "AAFCI1307N"
}'
curl --location --request POST 'https://api.emptra.com/panKyc/company' \
--header 'Content-Type: application/json' \
--header 'clientId: {{clientId}}' \
--header 'secretKey: {{secretKey}}' \
--data-raw '{
"pan": "AAFCI1307N"
}'