Accounts
Accounts
Create account
POST/api/v1/accounts
List accounts
GET/api/v1/accounts
Retrieve account
GET/api/v1/accounts/{id}
Update account status
PATCH/api/v1/accounts/{id}
Close account
DELETE/api/v1/accounts/{id}
Deposit into account
POST/api/v1/accounts/{id}/deposit
Withdraw from account
POST/api/v1/accounts/{id}/withdraw
Transfer between accounts
POST/api/v1/accounts/{id}/transfer