deno run --allow-net --allow-env app.ts
/accounts/:id
GET - get account by id./accounts
POST - create a new account./accounts/:id
PUT - update account./orders
GET - get all orders./orders
POST - create a new orders./orders/:id
PUT - update orders./items
GET - get all items./items
POST - create a new item./items/:id
PUT - update item.