{
"type": "https://petstoreapi.com/errors/not-found",
"title": "Resource Not Found",
"status": 404,
"detail": "The requested pet with ID '123' was not found",
"instance": "/v1/pets/123",
"errors": [
{
"field": "string",
"message": "string",
"code": "string"
}
]
}