Response
URL: http://localhost:8080/api/client
Status code: 412
Content Type: application/json
Request Headers
Accept=*/*
Content-Type=application/json
Content Body
{
"id": null,
"firstName": null,
"lastName": "Smith",
"email": "joe@smith.com"
}
Response Headers
Content-Type: application/json
Transfer-Encoding: chunked
Date: Thu, 15 Aug 2024 19:49:42 GMT
Keep-Alive: timeout=60
Connection: keep-alive
Response Body
{
"timestamp": "2024-08-15T19:49:42.538+00:00",
"status": 412,
"error": "Precondition Failed",
"path": "/api/client"
}