http://localhost:8080/api/users
HTTP Method: POST
Request Body:
{
"firstName": "nathan",
"lastName":"de klerk",
"email": "nathandeklerk1@gmail.com"
}
http://localhost:8080/api/users/1
HTTP Method: GET
http://localhost:8080/api/users/1
HTTP Method: PUT
Request Body:
{
"firstName": "nathan",
"lastName":"de klerk",
"email": "nathandeklerk1@gmail.com"
}
http://localhost:8080/api/users
HTTP Method: GET