So I tried, but I get some gibberish response and no idea what to do with it.
Do I need to define a struct and use JSON.UNMARSHALL on the repose body, or what else?
Thanks for any help.
Also, the scope opened is for clients. Here it is the API app that needs to retrieve the data. Basically an android client does the login, then it sends the token with some data to an API which needs to retrieve the userID and store the data the client sent.