curl --location '/v1/domestic/submitKybInformation' \
--header 'X-Managed-Profile-Id;' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"accountPurpose": "string",
"address": "string",
"businessActivities": "string",
"businessName": "string",
"city": "string",
"complianceScreeningDescription": "string",
"conductsComplianceScreening": true,
"country": "CO",
"expectedMonthlyTransactions": 0,
"expectedMonthlyVolumeUsd": 0,
"isRegulatedBusiness": true,
"operatesInSanctionedCountries": true,
"relatedPersons": [
{
"cpf": "string",
"dateOfBirth": "2019-08-24",
"dni": "string",
"email": "user@example.com",
"firstName": "string",
"lastName": "string",
"nationalities": [
"string"
],
"pep": true
}
],
"sourceOfFunds": "string",
"state": "string",
"taxId": "string",
"transmitsCustomerFunds": true,
"walletAddresses": "string",
"website": "http://example.com",
"zipCode": "string"
}'