{
"externalId": "string",
"riskLevel": "low",
"address": {
"streetLine1": "string",
"streetLine2": "string",
"city": "string",
"state": "string",
"zip": "string",
"country": "st"
},
"phoneNumber": "string",
"email": "user@example.com",
"firstName": "string",
"lastName": "string",
"citizenshipCountry": "st",
"identificationDocument": {
"issuedBy": "string",
"expirationDate": "2019-08-24",
"type": "passport",
"number": "string",
"issuedCountryCode": "st",
"issuedDate": "2019-08-24"
},
"residenceCountry": "st",
"dateOfBirth": "2019-08-24"
}
curl --location --request POST '/integration/clients/individuals' \
--header 'Content-Type: application/json' \
--data-raw '{
"externalId": "string",
"riskLevel": "low",
"address": {
"streetLine1": "string",
"streetLine2": "string",
"city": "string",
"state": "string",
"zip": "string",
"country": "st"
},
"phoneNumber": "string",
"email": "user@example.com",
"firstName": "string",
"lastName": "string",
"citizenshipCountry": "st",
"identificationDocument": {
"issuedBy": "string",
"expirationDate": "2019-08-24",
"type": "passport",
"number": "string",
"issuedCountryCode": "st",
"issuedDate": "2019-08-24"
},
"residenceCountry": "st",
"dateOfBirth": "2019-08-24"
}'
{
"clientId": "5e505642-9024-474d-9434-e5a44f505cc5",
"externalId": "string"
}