GET /files
Gets files data and returns a JSON array with this data
GET /files/{id}
Gets files data from a specified folder and returns a JSON array with this data
GET /info
Gets data on the drive space and returns a JSON object with this data
POST /files/{id}
Creates a new file
POST /upload/{id}
Uploads a new file
PUT /files
Moves or copies a single or multiple files to a specified location
PUT /files/{id}
Updates the name of a file and returns a JSON object with the result data
DELETE /files
Deletes data on files