http
POST /api/orders HTTP/1.1
Host: api.example.com
Content-Type: application/json
{"product_id": 42, "quantity":
HTTP/1.1 400 Bad Request
Content-Type: application/problem+json
{
"type": "https://api.example.com/errors/malformed-json",
"title": "Malformed JSON in request body",
"detail": "Unexpected end of JSON input at line 1, column 35",
"instance": "/api/orders"
}