# Common headers

## Content-type & accept

All requests, unless stated otherwise, should include the `Content-Type` and `Accept` headers, both set to `application/json`. Failure to include these may result in incorrectly formatted responses.
