When making API requests, sending an `Accept` header lets you control the data type that should get sent back from the API. The ones I tried against the `api.fastspring.com` site and worked were `application/xml` for XML and `application/json` for JSON.