Passport

{
    "template_id" : "{{YOUR_TEMPLATE_ID}}",
    "user_data": {
        "identity": {
            "identity_country_code": "RW",
            "identity_number_type": "PASSPORT",
            "identity_number": "{{Valid_Passport_Number}}"
        },
    }
}

National ID

{
    "template_id" : "{{YOUR_TEMPLATE_ID}}",
    "user_data": {
        "identity": {
            "identity_country_code": "RW",
            "identity_number_type": "NATIONAL_ID",
            "identity_number": "{{Valid_National_ID_Number}}"
        },
    }
}