curl --location --request POST '/get_fileset_id' \
--header 'Content-Type: application/json' \
--data-raw '{
"share_code": "123456"
}'{
"status": "ok",
"retcode": 0,
"data": {
"fileset_id": "set_123"
},
"message": "",
"wording": ""
}