EchoRestAPI Rest API by ECHO Framework. Work with JSON User has 2 field: id(string) and name(string) Get all users: GET /users Get user by id: GET /users/1 Delete user by id: DELETE /users/2 Add new user: POST /users/add Update user: PUT /users/update