companyName, startDate and cnpj are only required when taxIdType is CNPJoptionalAuth — 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",
"startDate": "2019-08-24",
"taxIdType": "CPF"
}'{
"subaccountId": "string"
}