Authorization: Bearer ********************
curl --location --request GET '/api/v2/kyc'
{
"data": {
"name": "string",
"first_name": "string",
"last_name": "string",
"date_of_birth": "string",
"country_code_prefix": "string",
"phone_number": "string",
"address": "string",
"address_line_1": "string",
"administrative_region": "string",
"town_or_city": "string",
"post_code": "string",
"country_code_iso": "string",
"is_tax_resident_outside_australia": true,
"tax_country": "string",
"tax_identification_number": "string",
"kyc_application_status": "DOCUMENT_UPLOADED",
"kyc_status": "active"
}
}