{
"fileId": "string",
"userRight": 0
}
curl --location --request POST '/onlineDoc/open?fileId' \
--header 'Authorization: Bearer{{Auth_Token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"fileId": "string",
"userRight": 0
}'
{}