curl --location --request POST 'https://api.uat.sokin.com/corporates/individual-associates' \
--header 'x-api-version;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"corporateExternalReference": "string",
"firstName": "string",
"middleName": "string",
"lastName": "string",
"dateOfBirth": "string",
"email": "string",
"phoneNumber": "string",
"associateType": "DIRECTOR",
"ownershipType": "Direct",
"ownership": 0,
"pep": false,
"pepInformation": "string",
"pepAssociate": false,
"pepAssociateInformation": "string",
"addressLine1": "string",
"addressLine2": "string",
"city": "string",
"state": "string",
"issuingCountryCode": "st",
"postalCode": "string",
"nationality": "string",
"nationalIdNumber": "string",
"countryOfBirth": "string"
}'