curl --location --request POST '/api/v1/account' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"name": "My bank",
"balance": 10000,
"organizationId": 26,
"type": "BANK",
"currency": "USD"
}
]'{
"done": true,
"created": [
20
]
}