curl --request GET \
--url https://api.ctrl-hub.com/v3/documents/{document_id}/contents/{document_content_id}/download \
--header 'X-Session-Token: <api-key>'"<string>"Download document content
curl --request GET \
--url https://api.ctrl-hub.com/v3/documents/{document_id}/contents/{document_content_id}/download \
--header 'X-Session-Token: <api-key>'"<string>"Session token for authentication.
The unique identifier for the document.
The unique identifier for the document content.
Download the content of a document.
The response is of type file.