curl --location --request POST 'https://api.uat.sokin.com/corporates/parent-entities' \
--header 'x-api-version;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"corporateExternalReference": "string",
"associateType": "Corporate Director or Corporate Beneficial Owner",
"corporateCategory": "string",
"companyName": "string",
"registrationNumber": "string",
"dateOfIncorporation": "string",
"businessAddress": "string",
"addressLine1": "string",
"addressLine2": "string",
"city": "string",
"stateOfProvince": "string",
"postalCode": "string",
"country": "string",
"ubos": [
{
"firstName": "string",
"middleName": "string",
"lastName": "string",
"dateOfBirth": "string",
"email": "string",
"phoneNumber": "string",
"ownership": 0,
"isBeneficialOwner": false,
"nationality": "string",
"countryOfBirth": "string",
"nationalIdNumber": "string",
"addressLine1": "string",
"addressLine2": "string",
"city": "string",
"state": "string",
"postalCode": "string",
"country": "string",
"idIssuingCountry": "string"
}
]
}'