- to create a user: Post(http://localhost:3000/users)
body:{name: "???", email: "???@email.com", password: "password", confirmation: "password"}
- to get user by id: Get(http://localhost:3000/users/:userId)
body:{name: "???", email: "???@email.com", password: "password", confirmation: "password"}