[
"string"
]
curl --location --request POST '/v2/ledger/internal/Accounts/by-account-numbers' \
--header 'Content-Type: application/json' \
--data-raw '[
"string"
]'
[
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"created": "2019-08-24T14:15:22Z",
"modified": "2019-08-24T14:15:22Z",
"normalBalance": "debt",
"accountingType": "assets",
"number": "string",
"currency": "string",
"amount": 0,
"pendingMoneyOut": 0,
"pendingMoneyIn": 0,
"totalAmount": 0,
"mayOverdraft": true
}
]