data payload the client returns for the information_counterparty_id information type.{
"full_name": "Jane Doe",
"country_of_birth": "CO",
"date_of_birth": "1990-05-14",
"address": {
"city": "Bogotá",
"country": "CO",
"address_line_1": "Calle 100 #10-20",
"number": "Apt 501",
"zip_code": "110111"
},
"document": {
"id_type": "CC",
"id_number": "1234567890",
"id_nationality": "CO"
},
"occupation": "Accountant",
"phone_number": "+573001234567",
"email": "jane.doe@example.com",
"gender": "F"
}