Get accounts for user

GET /closeAPI/api/close/account/for-user

Responses

GET /closeAPI/api/close/account/for-user
curl \
 --request GET 'http://close-service:8082/closeAPI/api/close/account/for-user'
Response examples (200)
[
  {
    "id": 42,
    "name": "string",
    "number": "string",
    "accountType": "string",
    "description": "string",
    "parent": {
      "id": 42,
      "name": "string",
      "number": "string"
    },
    "taskCount": 42,
    "disclosureType": "string",
    "numberOfAccountsToDelete": 42
  }
]