curl --location --request POST 'https://baas-api.np.bankei.com.br/api/account' \
--header 'x-signature: ' \
--header 'x-timestamp: ' \
--header 'x-endpoint: ' \
--header 'x-org-id: ' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": "019c8c19-4c0b-7fc0-83be-20082e1f6d12",
"branchCode": "0001",
"assetCode": "BRL",
"accountType": "CHECKING_ACCOUNT",
"groupName": "caixinha",
"externalId": "019c8c19-23ef-7708-9bb7-bcf1dee6c399"
}'{
"id": "019c8c1e-fda8-7512-b59a-4922957f9b24",
"alias": "@user::bankei-br::12345678910/caixinha/BRL",
"name": "João's BRL Virtual Account",
"userId": "019c8c1f-17c9-71af-9ec7-a81efe2baf5b",
"assetCode": "BRL",
"parentAccountId": null,
"type": "VIRTUAL_ACCOUNT",
"status": "ACTIVE",
"createdAt": "2026-02-20T14:30:00-03:00",
"updatedAt": "2026-02-23T10:15:30-03:00"
}