From 1023ee6bfe0a616c190c5c87f9b52b7755219d31 Mon Sep 17 00:00:00 2001
From: wes-smith Content Serialization
All entity bodies in requests and responses sent to or received from the API endpoints defined by this specification MUST be serialized as JSON and include the `Content-Type` header with a media type value of `application/json`.
+Many of the endpoints defined in the following sections receive data and options in request bodies. +
++Implementations MUST throw an error if an endpoint receives data, options, or option values that it +does not understand or know how to process. +
+