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.optionalAuth — accepts a Supabase Bearer token if present but does not require one.curl --location '/v1/brla/createSubaccount' \
--header 'Content-Type: application/json' \
--data '{
"address": {
"cep": "string",
"city": "string",
"complement": "string",
"district": "string",
"number": "string",
"state": "string",
"street": "string"
},
"birthdate": "2019-08-24",
"cnpj": "string",
"companyName": "string",
"cpf": "string",
"fullName": "string",
"phone": "string",
"quoteId": "string",
"startDate": "2019-08-24",
"taxIdType": "CPF"
}'{
"subaccountId": "string"
}