curl --location '/v1/brl/kyb/new-level-1/api?subAccountId=' \
--header 'X-Managed-Profile-Id;' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"businessActivityDescription": "string",
"certificateOfIncorporationDocumentId": "string",
"companyCity": "string",
"companyCountry": "string",
"companyLegalName": "string",
"companyRegistrationNumber": "string",
"companyState": "string",
"companyStreetLine1": "string",
"companyStreetLine2": "string",
"companyStreetLine3": "string",
"companyZipCode": "string",
"countrySubdivisionTaxResidence": "string",
"countryTaxResidence": "string",
"emailPixKey": "user@example.com",
"estimatedAnnualRevenueUsd": "less_than_100k",
"estimatedMonthlyVolumeUsd": "string",
"numberOfEmployees": "1-10",
"reasonForAccountOpening": "charitable_donations",
"sandboxReject": true,
"socialMedia": "http://example.com",
"sourceOfFundsAndIncome": "business_loans",
"taxIdentificationDocumentId": "string",
"taxIdentificationNumberTin": "string",
"uboIds": [
"string"
],
"website": "http://example.com"
}'