post https://api.prod.metamap.com/govchecks/v1/mx/ine
Validate a user's national ID against Mexico's National Electoral Institute
MetaMap validates a user's national ID against entries in the Mexican National Electoral Institute (Instituto Nacional Electoral, INE).
The following is an example call:
curl -location~ -request POST 'https://api.prod.metamap.com/govchecks/v1/mx/ine' \
--header 'Authorization: Bearer '<access token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"subType": "d",
"documentNumber": "000000000",
"ocrNumber": "0000000000000",
"callbackUrl": "https://some.webhook.url"
}'