# # GET http://localhost:8000/api/users # # GET http://localhost:8000/api/user/:id # POST http://localhost:8000/api/users/login # Content-Type: application/json
# { # "email": "[email protected]", # "password": "123123123" # } # # POST http://localhost:8000/api/users/register # # Content-Type: application/json
# # { # # "" # # }