curl --location --request POST 'https://baas-api.np.bankei.com.br/api/v2/transaction/transfer' \
--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 '{
"sourceAccountId": "019cb3bf-27b6-787d-b576-c2fa623a1ba8",
"destinationAccountId": "019cb3bf-4e60-7451-8222-3371a1c5d422",
"amount": 10000,
"description": "Deposito inicial",
"chartOfAccounts": "DEPOSITO",
"externalId": "019cb3bf-6fbe-7c62-bcd7-569752c645f2"
}'{
"id": "019c4cca-9c9c-7555-8b43-0dc1be0c45b0",
"description": "Deposito inicial",
"status": "Completed",
"sourceAmount": 10000,
"sourceAssetCode": "BRL",
"destinationAmount": 10000,
"destinationAssetCode": "BRL",
"exchangeRate": 1,
"chartOfAccountsGroup": "DEPOSITO",
"externalId": "019c4cca-9c9c-7553-9789-9df7d9c394ee",
"createdAt": "2026-02-11T13:01:12.729368Z"
}