curl --location '/v1/brl/kyb/ubos?subAccountId=' \
--header 'X-Managed-Profile-Id;' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"city": "string",
"country": "string",
"countryOfTaxId": "string",
"dateOfBirth": "2019-08-24",
"documentCountry": "string",
"email": "user@example.com",
"fullName": "string",
"hasControl": "CEO",
"percentageOfOwnership": "string",
"phone": "string",
"state": "string",
"streetLine1": "string",
"streetLine2": "string",
"streetLine3": "string",
"taxIdNumber": "string",
"uploadedIdentificationId": "string",
"uploadedSelfieId": "string",
"zipCode": "string"
}'