{
"fileIds": "1001,1002,1003",
"filePid": "2001",
"userId": "3001"
}
curl --location --request POST '/share/saveShare2Myself' \
--header 'Content-Type: application/json' \
--data-raw '{
"fileIds": "1001,1002,1003",
"filePid": "2001",
"userId": "3001"
}'
{}