curl --location --request POST '/get_share_link' \
--header 'Content-Type: application/json' \
--data-raw '{
"fileset_id": "set_123"
}'{
"status": "ok",
"retcode": 0,
"data": "http://example.com/share",
"message": "",
"wording": ""
}