- 200 OK:
curl http://localhost:8080/rest/api/people -i -X POST -d "email=[email protected]&firstName=Tom&lastName=Knocker"
- 200 OK:
curl http://localhost:8080/rest/api/people/[email protected]
- 500 Internal Server Error:
curl http://localhost:8080/rest/api/people -i -X POST -d "email=[email protected]"
- 400 Bad Request:
curl http://localhost:8080/rest/api/people -i -X POST -d "firstName=Tom&lastName=Knocker"
- 500 Internal Server Error: