Retrieves the current user.
const RenderforestClient = require('@renderforest/sdk-node')
const Renderforest = new RenderforestClient({ signKey: 'signKey', clientId: -1 })
Renderforest.getCurrentUser()
.then(console.log) // handle the success
.catch(console.error) // handle the error