Restore a soft-deleted file
curl --request POST \
--url https://api.kazzle.app/api/spaces/{spaceId}/drive/fs/restore \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"containerId": "<string>",
"path": "<string>"
}
'curl --request POST \
--url https://api.kazzle.app/api/spaces/{spaceId}/drive/fs/restore \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"containerId": "<string>",
"path": "<string>"
}
'