{
"fileId": "abc123",
"validType": 1,
"code": "xyz789"
}
curl --location --request POST '/file/shareFile' \
--header 'Content-Type: application/json' \
--data-raw '{
"fileId": "abc123",
"validType": 1,
"code": "xyz789"
}'
{}