{
"src_dir": "string"
}
curl --location --request POST '/api/fs/remove_empty_directory' \
--header 'Authorization: {{alist_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"src_dir": "string"
}'
{
"code": 200,
"message": "success",
"data": null
}