Content-Type: MIME type of the documentContent-Disposition: Attachment header with filenameContent-Length: File size in bytesAccept-Ranges: Support for partial content (bytes)curl --location --request GET 'https://test.your-api-server.com/v1/workspaces//documents//content' \
--header 'Authorization: Bearer <token>'{
"code": "string",
"message": "string"
}