companyName, startDate and cnpj are only required when taxIdType is CNPJquoteId is optional: pass it in the normal ramp flow, or omit it for the quote-less KYB deep link where business verification starts before any quote exists.X-API-Key or Supabase Bearer session.X-API-Key: ********************Authorization: Bearer ********************curl --location '/v1/brl/createSubaccount' \
--header 'X-Managed-Profile-Id;' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"accountType": "INDIVIDUAL",
"name": "string",
"quoteId": "string",
"sessionId": "string",
"taxId": "string"
}'{
"subAccountId": "string"
}