Added support for prefix paths in files resource
Changed files to support passing the prefix to the paths such as me or groups/$groupId or sites.
Example
//set a custom prefix to a set group
MsGraph::files()->getFiles($this->path, "groups/$groupId");
//use the default (me)
MsGraph::files()->getFiles($this->path);