X-BalikujAuthToken: ********************curl --location --request POST '/api/BankAccount/Find' \
--header 'X-BalikujAuthToken: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageSize": 50,
"start": 0,
"length": 50,
"search": "string",
"invoiceCompanyId": 0,
"sortField": "string",
"sortOrder": "string"
}'{
"correlationId": "d22127f9-6f76-4e1f-a15b-47ba32e899d0",
"result": {
"data": [
{
"id": 0,
"name": "string",
"currency": "string",
"invoiceCompanyId": 0,
"bankName": "string",
"bankAccountNumber": "string",
"bankAccountCode": "string",
"iban": "string",
"swiftBic": "string",
"note": "string",
"pairing": true,
"pairingEmail": "string",
"isDefault": true,
"created": "2019-08-24T14:15:22.123Z",
"updated": "2019-08-24T14:15:22.123Z"
}
],
"total": 1
}
}