This endpoint returns all the specified user’s accounts
Endpoint: https://cashboard-f5x2.onrender.com/account/add
Query Parameter: User UUID
The response body is a JSON object that includes an array of all the user’s accounts. Each account includes:
name(string) - the name of the account
desc(string) - a short description of the account
currentAmount(number) - the account’s balance
_id(string) - the unique identifier for the account
required
OK
The response is of type object
.