Validate the given individual data for authenticity and correctness
| X-Partner-ID required | string <uuid> |
Validate provided data
| id_number required | string An individuals ID number |
| id_type required | string Enum: "ZA_ID" "ZA_PASSPORT" The ID number type |
| first_name | string The individuals first name as per their government ID |
| middle_name | string The individuals middle name or names as per their government ID |
| last_name | string The individuals last name as per their government ID |
| dob | string The individuals date of birth in the example format |
| gender | string Enum: "M" "F" The individuals gender in single character format |
| phone_number | string |
| country | string |
{- "id_number": "string",
- "id_type": "ZA_ID",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "dob": "21-06-1982",
- "gender": "M",
- "phone_number": "string",
- "country": "string"
}{- "is_valid": true,
- "gender": "string",
- "dob": "string"
}