- 200 OK:
curl http://localhost:8080/rest/api/people -i -X POST -d "email=[email protected]&firstName=Tom&lastName=Knocker"
- 200 OK:
- 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: