Endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET | /v1/accounts | Fetch a list of accounts |
| GET | /v1/accounts/:account_id | Fetch a single account |
| PATCH | /v1/accounts/:account_id | Partially updates an account |
| Method | Endpoint | Description |
|---|---|---|
| GET | /v1/accounts | Fetch a list of accounts |
| GET | /v1/accounts/:account_id | Fetch a single account |
| PATCH | /v1/accounts/:account_id | Partially updates an account |