I was reading interfax API doc and found these lines of explanation on uploading chunks to an existing document upload session.
The request content area holds the chunk being uploaded.
I'm using requests
library for this, and I'm wondering what the 'request content area' is.
link to the API doc
Thank you in advance.