{
"storage_id": 1001,
"path": "/"
}curl --location 'https://openapi.suanli.cn/api/storage/s3/bucket/list' \
--header 'token: a69abd35-1df0-4c21-9c2b-82a20a72d3b2-20260417200925' \
--header 'timestamp: {{$date.millisecondsTimestamp}}' \
--header 'version: 1.0.0' \
--header 'sign_str;' \
--header 'Content-Type: application/json' \
--data '{
"storage_id": 1001,
"path": "/"
}'{
"code": "0000",
"message": "success",
"data": {
"items": [
{
"name": "images",
"type": "directory",
"path": "dataset/images",
"size": null
}
]
}
}