http
HTTP/1.1 412 Precondition Failed
Content-Type: application/problem+json
{
"type": "https://api.example.com/errors/duplicate-resource",
"title": "Resource already exists",
"status": 412,
"detail": "Order with this idempotency key already exists"
}