{
"sandbox_id": "xxx",
"path": "/home/user"
}
curl --location --request POST 'https://api.302.ai/302/sandbox/file/list' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"sandbox_id": "xxx",
"path": "/home/user"
}'
{
"result": [
{
"path": "string",
"path_type": "file",
"file_list": [
{
"name": "string",
"path": "string"
}
]
}
]
}