Currently the content/admin api SDKs format the response that is received from the API.
We'd like to add a "format response" boolean option to the SDKs so that consumers have the option to skip formatting and receive the raw data that is returned from the API.
Our initial use-case for this is a tool that can automatically generate request/response documentation for our API.