Connects with the Mexican National Population Registry (Registro Nacional de Población / RENAPO) to validate that the Unique Population Registry Code (Clave Única de Registro de Población / CURP) number present on the ID card.

{
    "template_id" : "{{YOUR_TEMPLATE_ID}}",
    "user_data": {
        "identity": {
            "identity_country_code": "MX",
            "identity_number_type": "NATIONAL_ID",
            "identity_number": "{{Valid_CURP_Number}}"
        },
    }
}