{
"byte_size": 0,
"checksum": "string",
"content_type": "string",
"filename": "string",
"metadata": {}
}
curl --location --request POST 'https://rnters-staging.herokuapp.com/api/me/document_upload' \
--header 'Content-Type: application/json' \
--data-raw '{
"byte_size": 0,
"checksum": "string",
"content_type": "string",
"filename": "string",
"metadata": {}
}'