Binary content
If the service must return binary content, the returned content type must also be configured in the manifest.
Example:
```json
"binaryContentTypes" : [ "application/octet-stream", "application/zip", "application/pdf", "image/*", "video/*", "audio/*" ]
```