### Issue Description When using the REST api to create a new session token as documented [here](http://docs.parseplatform.org/rest/guide/#creating-sessions) the tokens are not set as restricted. ### Steps to reproduce Follow the instructions in the [REST API Guide](http://docs.parseplatform.org/rest/guide/#creating-sessions) to create a restricted session token ### Expected Results A new session token should be created with restricted = true ### Actual Outcome A new session token is created with restricted = false ### Versions Parse-Server - 4.2.0 Parse-SDK-JS - 2.13.0