curl --location --request GET 'http://localhost:5000/webapi/entry.cgi?api&version&method&share_type&additional&_sid=<api-key>'{
"success": true,
"data": {
"shares": [
{
"desc": "string",
"enc_auto_mount": true,
"encryption": 0,
"hidden": true,
"is_usb_share": true,
"name": "string",
"uuid": "string",
"vol_path": "string"
}
],
"total": 0
}
}