So I have created a login screen that posts the user's information and then returns a token which is then store in their SharedPreferences. How can I now use this token to with another request to display the information that is associated with their profile.
I believe I have to create another post request. This time with slightly different headers and include the token in the header. Then parse the response into usable data?