curl --location --request GET 'https://api.makini.io/v4/bank-accounts?per_page&page' \
--header 'Authorization: Bearer <token>'{
"meta": {},
"data": [
{
"id": "12345678aaaaaa111111bbbbbb222222cccccc33",
"code": "entity-code-1",
"_source": "EndpointName",
"_idValue": "1234",
"_displayValue": "string",
"_updatedAt": "2019-08-24T14:15:22.123Z",
"_createdAt": "2019-08-24T14:15:22.123Z",
"_deletedAt": "2019-08-24T14:15:22.123Z",
"_implements": [
"string"
]
}
]
}